photo

Qianyu


2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
0 回答

ランク
23,943
of 300,321

評判
1

コントリビューション
4 質問
0 回答

回答採用率
75.0%

獲得投票数
1

ランク
 of 20,913

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,093

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

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?

13年弱 前 | 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...

13年弱 前 | 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...

14年弱 前 | 1 件の回答 | 0

1

回答