tagged [matlab]

MATLAB error: Undefined function or method X for input arguments of type 'double'

MATLAB error: Undefined function or method X for input arguments of type 'double' I'm a new user of Matlab, can you please help: I have the following code in an .M file: I have stored this file (divra...

25 Apr at 06:28

Using MATLAB's plotting features as an interactive part of a Fortran program

Using MATLAB's plotting features as an interactive part of a Fortran program Although many of you will have a decent idea of what I'm aiming at, just from reading the title -- allow me a simple introd...

How to find an EXE's install location - the proper way?

How to find an EXE's install location - the proper way? I am making a software in C# and MATLAB that calls another software (CMG) to do some processing. My problem is that the address of the software ...

28 May at 05:9

matlab FFT. Stuck understanding relationship between frequency and result

matlab FFT. Stuck understanding relationship between frequency and result We're trying to analyse flow around circular cylinder and we have a set of Cp values that we got from wind tunnel experiment. ...

5 Oct at 01:52

C# Process Start needs Arguments with double quotes - they disappear

C# Process Start needs Arguments with double quotes - they disappear I'm trying to run a cmd line application from c# using Process.Start(ProcessStartInfo); The problem is, the cmd line application is...

How to change the window title of a MATLAB plotting figure?

How to change the window title of a MATLAB plotting figure? I have created a [MATLAB](http://en.wikipedia.org/wiki/MATLAB) plotting with the `plot()` function. How do I change the window title of the ...

3 Aug at 14:52

A Matlab code for Random way point in MANET

A Matlab code for Random way point in MANET Just started reading on random way point mobility for MANET. I found a lot of work implements this model. Hence, I assumed the Matlab code will be available...

16 Sep at 07:12

NUnit unable to find assembly, but console app can

NUnit unable to find assembly, but console app can I have a C# class which calls a [.Net assembly built from a Matlab function](http://uk.mathworks.com/help/releases/R2014b/dotnetbuilder/ug/create-a-n...

20 Jun at 09:12