hello,I am trying to save a data string and use it later in the program.IS it possible? Any kind of hint would be appreciated. Thaks in advance
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
nafila aytija
am 22 Jun. 2016
Kommentiert: jlt199
am 22 Jun. 2016
For example,I have a data v=[1 0 0 0]; I want to save it. And then,if v(i)==0,it changes to a number other than 0/1 and becomes v=[1 3 3 3]; and I want to compare the both data.How can I do that?
0 Kommentare
Akzeptierte Antwort
jlt199
am 22 Jun. 2016
Store a copy of v as oldv before you start your analysis, Now you can compare v at the end of you analysis with oldv using something like intersect
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Particle & Nuclear Physics 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!