Community Profile

photo

Qianyu


2012 年からアクティブ

統計

  • Thankful Level 1

バッジを表示

Content Feed

表示方法

質問


How to use who within eval
Here is the code: file_name = 'test'; eval(['file_length = length(who(''-file'',' file_name '));']); But this doesn'...

約7年 前 | 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?

約11年 前 | 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...

約11年 前 | 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...

約12年 前 | 1 件の回答 | 0

1

回答