linspace
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I need to create a 4x5 matrix by using linspace. The matrix needs iteger values from 101-120 filling rows first. How do I do that in just one line of code?
0 Commenti
Risposte (1)
Wayne King
il 27 Ott 2011
Hint:
see the help for reshape() and then think about what the transpose operator,', does
0 Commenti
Vedere anche
Categorie
Scopri di più su Logical 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!