How to Use Assignin and Evalin Functions
Show older comments
Which is the right way to use 'assignin' and 'evalin' functions in the function file mentioned below.
How is one supposed to transfer data from Level 2 Matlab S-Funtion to a base workspace.
I have attached the Simulink file for reference. Please suggest.
1 Comment
Walter Roberson
on 7 Jun 2015
assignin('base', 'E', E)
perhaps?
Answers (0)
Categories
Find more on Whos in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!