Writing matrix into a dataset with a dynamic name

8 views (last 30 days)
I am writing several matrices into a dataset, but would like to change the name dynamically. How can I save whatever comes from the eval function into results.(v)
for i=1:2
v=genvarname('Group',who);
eval([v '= function(x(i),y(i))];')
results.(v) = results from eval
end

Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!