How to convert a sym array into a string array?
9 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
quoroy
il 23 Lug 2017
Commentato: Walter Roberson
il 2 Giu 2021
I have very long arrays of symbolic variables which I need to convert to cell arrays of strings: For example, turning this:
syms x y u
q = [x y u]
into this:
qs = {'x' 'y' 'u'}
something like num2string() but with syms? I'd appreciate any help, thanks.
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
