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

1 次查看(过去 30 天)
I have column vectors with length 33 in the array editor how can copy the value from array editor to new m-file ?

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2013-11-27
It's preferable to save them in a mat file (right click and choose save)
  7 个评论
Azzi Abdelmalek
Azzi Abdelmalek 2013-11-27
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

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Environment and Settings 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by