How to create a subcell?
39 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Zhuoying Lin
am 18 Nov. 2017
Kommentiert: Britney
am 22 Nov. 2017
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!
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 18 Nov. 2017
{'sin', {0, '2*pi', 'pi/100'}, [0 1 1 0]}
or perhaps
{'sin', {0, 2*pi, pi/100}, [0 1 1 0]}
4 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Types finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!