Auto update row index to match the variable length
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi there,
This should be a basic question. I am trying to create a matrix
b(:,k) = a
Does not work. While
b(1:52, k) = a
Works. Is there some syntax where I don't have to put in the exact range for the rows and it auto updates?
Sankalp
0 Commenti
Risposte (1)
Vedere anche
Categorie
Scopri di più su Get Started with Simulink 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!