Create workspace file automatically.
Ältere Kommentare anzeigen
Let's say I have:
a = {'one' 'two' 'three'};
b = [1 2 3];
I want each word create a file in workspace automatically and equal to number. Like:
one=1; two=2; three=3;
Akzeptierte Antwort
Weitere Antworten (2)
Walter Roberson
am 10 Feb. 2011
0 Stimmen
This is generally considered poor programming and hard to maintain. Please see the FAQ answer on this topic for alternatives.
faizal
am 10 Feb. 2011
0 Stimmen
Kategorien
Mehr zu Whos 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!