Feeds
질문
how do I check specific strings of Matlab functions
I do have set of Matlab functions and there is specific path set inside of several functions(which I do not know) Initially f...
7년 초과 전 | 답변 수: 0 | 0
0
답변질문
sending emails through Matlab
I have tried with following code. mail = 'my_email@gmail.com'; password = 'my_password'; setpref('Internet'...
7년 초과 전 | 답변 수: 1 | 1
1
답변질문
convert mxn matrix to 1x1 cell
I do have a random matrix with the dimension of 24x50. Then I need to convert it into 1x1 cell and save it as .mat file. a ...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to assign a value to function through another function
I have one function 'B' with switch case(switch value is 'val'). And there is a other function ('A') which execute function 'B' ...
7년 초과 전 | 답변 수: 1 | 0