Feeds
질문
how to manage inputs in a dialogbox
prompt={'Enter the matrix size for x^2:',... 'Enter the colormap name:'}; name='Input for Peaks function'; numlin...
대략 11년 전 | 답변 수: 1 | 0
1
답변답변 있음
Is it possible to scan a group of lines in MATLAB?
hi brian you can use textscan. C = textscan(fileID,formatSpec) reads data from an open text file into cell array, C. The t...
Is it possible to scan a group of lines in MATLAB?
hi brian you can use textscan. C = textscan(fileID,formatSpec) reads data from an open text file into cell array, C. The t...
대략 11년 전 | 0
질문
how to design a form that pops up in a dialog box.
the form consists of questions like "what is your name:" please let me know the code!
대략 11년 전 | 답변 수: 2 | 0
2
답변질문
how to insert noise in a sine function.
eg: x = -pi:.1:pi; y = sin(x); plot(x,y) i want to add noise to this signal. help appreciated!
대략 11년 전 | 답변 수: 4 | 0
4
답변질문
how to create an array(1 by 5000) having random values in the range(9-11).
i have to put the array value as input for sine function, but i guess there are certain limitations for that. it would be great ...
대략 11년 전 | 답변 수: 1 | 0
1
답변질문
how to create an array(1 by 5000) having random values in the range(9-11).
i have to put the array value as input for sine function, but i guess there are certain limitations for that. it would be great ...
대략 11년 전 | 답변 수: 2 | 0