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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
1
个回答提问
Combine Matlab and Java
anyone have experience to use Matlab to call the function of Java. What is your purpose.
15 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0
