create symbolic variables
Mostra commenti meno recenti
My problem is the following:
if I have an array ij then have to create variables ij.
ex.:
a = [ 1 2; 3 4]
then
b = [x11 x21;x12 x22]
have to create the variables corresponding to the size of the matrix.
These variables can be syms or string. Can I convert the string to syms after.
thanks advanced
1 Commento
Artur M. G. Lourenço
il 8 Nov 2011
Risposta accettata
Più risposte (1)
Artur M. G. Lourenço
il 8 Nov 2011
0 voti
2 Commenti
Walter Roberson
il 8 Nov 2011
Though to be fair, this feature is new in R2011b. (Or was it R2010b?)
Artur M. G. Lourenço
il 11 Nov 2011
Categorie
Scopri di più su Operations on Strings in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!