values in the array editor? I need to reused it again

5 visualizzazioni (ultimi 30 giorni)
I have column vectors with length 33 in the array editor how can copy the value from array editor to new m-file ?

Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 27 Nov 2013
It's preferable to save them in a mat file (right click and choose save)
  7 Commenti
Azzi Abdelmalek
Azzi Abdelmalek il 27 Nov 2013
Don't copy in an m file, if A is your matrix, type
save filename A
to call your variable
load filename
Look at
doc save
doc load
Mary Jon
Mary Jon il 27 Nov 2013
thank you Mr. Azzi so much ,Really

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Environment and Settings in Help Center e File Exchange

Prodotti

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by