now I have two GUIs. One is 开发者_开发技巧named Main and the other named Sub. Sub is called from Main, and in it I want to do some updates of Main\'s data.
I have structure with 10 fields of the same size. The structure was read from a data file. dataFile =开发者_Go百科 ezread(\'myFile\',\'\\t\');
I have a situation in which a large amount of data output from Matlab programs needs to be stored in a specific location that can vary from machine to machine.What I\'d like to have is a global variab
Why can\'t I plot data in every iteration in the same window开发者_运维技巧? I tried with drawnow, but it isn\'t working. Code:
I have matrix A with size Nx4, and I wanna find minimum pair in 2 and 4-th colomns in this matrix and get the number of this row, how can I do this?
开发者_开发技巧I want to plot several graphs in Matlab so that they will appear next to one another inside the same window (is \"figure\" the correct term?). How do it achieve that?subplot() is the co
I want to generate samples 开发者_运维技巧according to a simple categorical probability distribution, e.g.
I want to implement this function as the error function for training a neural network: function err = MyErrorFunction(T,O)
So let\'s start off by saying I\'m a total beginner in matlab. I\'m working with python and now I\'ve recieved some data in a matlab file that I need to export to a 开发者_开发百科format I could use w
Trying to design a 3rd order sallen key filter using matlab: [B,A]=cheby1(3,1,10*10^6*2*pi,\'s\'); %3rd order sallen key