numerical values assignment to symbolic variables
Ältere Kommentare anzeigen
I have defined the following symbols
syms V1 V2 V3 V4 V5 V6 V7 V8 V9
I want to assign numerical values to them. How could I do it ?
1 Kommentar
V1 = sym(3)
class(V1)
V1(1) = 2
class(V1)
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Mathematics finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!