Feeds
質問
Matrix of date and number to plot
I have a array matrix of only 2 columns: 1st col is all date (datenum), 2nd col is all number. If I would like to plot a graph ...
15年弱 前 | 1 件の回答 | 0
1
回答質問
what is the difference between n={ } and n=[], and what are they?
only n={} can store string but n=[] can't?
15年弱 前 | 1 件の回答 | 0
1
回答質問
simple question: open another m file
sorry to ask. if I sub 2 variables(x,y) from the currently running first.m into second.m, and second.m will return 2 variables ...
15年弱 前 | 1 件の回答 | 0
1
回答質問
Combine Matlab and Java
anyone have experience to use Matlab to call the function of Java. What is your purpose.
15年弱 前 | 2 件の回答 | 0
2
回答質問
can Matlab send out alert email/message if certain variable exceed the threshold?
please help. So I can set up a monitoring/alert function while the program keep processing the data stream.
15年弱 前 | 3 件の回答 | 0
3
回答回答済み
xls export problem
Help. I would like to use some variable to make a new excel filename. But xlswrite(filename, M) seems to be unable to read the f...
xls export problem
Help. I would like to use some variable to make a new excel filename. But xlswrite(filename, M) seems to be unable to read the f...
15年弱 前 | 0
質問
xls export problem
>> xls_1 xls_1 = 857_386.xls >> xlswrite(xls_1,a) ??? Error using ==> xlswrite at 213 Invoke Error, Dispatch Exce...
15年弱 前 | 6 件の回答 | 0
6
回答質問
if i have matrix x is 4 by 5, how can I retrieve the the row number and save it into y
so y=4
15年弱 前 | 2 件の回答 | 0
2
回答質問
combine (0 & 827 & .s) to 0827.s
if i have a input variable x = 827 which is number, and if x is of 3 digit, how can i convert to be of 4 digit like 0827? how ...
15年弱 前 | 2 件の回答 | 0
