how to access workspace variablle in loop?

3 次查看(过去 30 天)
i have workspace variable and want to use it in for loop

回答(2 个)

ES
ES 2014-1-22
If it is an m script, you can use the workspace variable directly by calling its name.
if it is an m function, then prior to calling the function, save the variables in a matfile and load it in your function.
By the way, who generates the variables in the workspace?

Walter Roberson
Walter Roberson 2014-1-22

类别

Help CenterFile Exchange 中查找有关 Whos 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by