Writing matrix into a dataset with a dynamic name

1 view (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)

Products

Community Treasure Hunt

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

Start Hunting!