Feeds
질문
How to use who within eval
Here is the code: file_name = 'test'; eval(['file_length = length(who(''-file'',' file_name '));']); But this doesn'...
거의 8년 전 | 답변 수: 3 | 0
3
답변질문
Save my own function in the pre-defined function list
Can I create a function, then save it in a list of predefined Matlab functions?
거의 12년 전 | 답변 수: 1 | 0
1
답변질문
Display rational numbers using fprintf
I am using fprintf to write my answers to a file. I have numbers such as: 3/7,3/11,6/37... I tried different formats but every t...
거의 12년 전 | 답변 수: 2 | 1
2
답변질문
How does surf map colormatrix
I know surf(x,y,z,c) will use matrix c to map color, but how does it work? since matrix c actually has the size of z, instead of...
거의 13년 전 | 답변 수: 1 | 0