Inport vs Simin and Outport vs Simout
Show older comments
What's the difference between Inport and simin, both are used to take data from matlab workspace? And the difference between outport and simout? Aren't they doing the same thing
1 Comment
Azzi Abdelmalek
on 11 Aug 2014
What are simin and inport?
Answers (1)
Joakim Magnusson
on 11 Aug 2014
0 votes
Simin reads data from matlab workspace and puts it out as a signal. Simout writes the signal to matlab workspace.
Inport and outport i think is used for example when having subsystems, inport and outport then is the link between the systems.
4 Comments
Azzi Abdelmalek
on 11 Aug 2014
Edited: Azzi Abdelmalek
on 11 Aug 2014
Simout is neither a Matlab function nor a simulink block
help simout %doesn't exist
The block which export data from simulink to workspace is named : "to workspace"
Joakim Magnusson
on 11 Aug 2014
That's right, forgot to mention that.
Gautam
on 12 Aug 2014
Andreas Goser
on 12 Aug 2014
Why do you suspect a difference. Maybe (I would guess) it is the same.
Categories
Find more on Load Signal Data for Simulation 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!