フィルターのクリア

Print the value number shown in the workspace ?

2 ビュー (過去 30 日間)
Susan Arnold
Susan Arnold 2016 年 2 月 25 日
コメント済み: Susan Arnold 2016 年 2 月 25 日
How can I print the value number shown in the workspace of Matlab as shown in the attached picture (more specifically the number in the red box) by using the command fprint ?

採用された回答

Stephen23
Stephen23 2016 年 2 月 25 日
編集済み: Stephen23 2016 年 2 月 25 日
Just use size:
size(PHI,1)
MATLAB does not have any command fprint, perhaps you meant fprintf:
fprintf('%d\n',size(PHI,1))
  1 件のコメント
Susan Arnold
Susan Arnold 2016 年 2 月 25 日
You are right Stephen! It works ! Thank you very much :)

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeWhos についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by