HOW to get Data From Workspace to matlab m fie
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen

0 Kommentare
Antworten (1)
djedoui Nassim
am 17 Mär. 2019
i understand that you want tosave the variable in M file, if yes you can follow this command. this command will save the q1 variable in a mat file and you can load q1 after.
save(['q1.mat'],'q1')
0 Kommentare
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!