Hi, I have trouble creating a subcell within a cell array, can someone help me?
I am supposed to type:
[sin] [[0][2pi][pi/100]] [0 1 1 0]
Thank you!

 採用された回答

Walter Roberson
Walter Roberson 2017 年 11 月 18 日

0 投票

{'sin', {0, '2*pi', 'pi/100'}, [0 1 1 0]}
or perhaps
{'sin', {0, 2*pi, pi/100}, [0 1 1 0]}

4 件のコメント

Zhuoying Lin
Zhuoying Lin 2017 年 11 月 19 日
It displays as:
{'sin'} {1×3 cell} {1×4 double}
So I guess there's no other way to show all the elements then?
Walter Roberson
Walter Roberson 2017 年 11 月 19 日
You can use celldisp() for a fairly different format but all elements would be displayed.
Zhuoying Lin
Zhuoying Lin 2017 年 11 月 20 日
Okay! Thank you!
Britney
Britney 2017 年 11 月 22 日
Haha are you in Lombarda's class too?

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

その他の回答 (0 件)

カテゴリ

質問済み:

2017 年 11 月 18 日

コメント済み:

2017 年 11 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by