How to create a subcell?

3 次查看(过去 30 天)
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
{'sin', {0, '2*pi', 'pi/100'}, [0 1 1 0]}
or perhaps
{'sin', {0, 2*pi, pi/100}, [0 1 1 0]}
  4 个评论
Britney
Britney 2017-11-22
Haha are you in Lombarda's class too?

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Cell Arrays 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by