How to create a subcell?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Zhuoying Lin
il 18 Nov 2017
Commentato: Britney
il 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 Commenti
Risposta accettata
Walter Roberson
il 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Data Types in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!