Load File into a Block
Show older comments
Hi All,
I am trying to load an excel file that contains my S-Parameter data into a "General Passive Network" using a GUI. I see that the General Passive Network has a location for "Data File" but I dont knwo how to pass the file to this spot.
I am able to open the file using
handles.fileName= uigetfile('.xls')
guidata(hObject,handles)
fileName = handles.fileName;
But not sure how to do the next step (load into SIMULINK block). Any help is greatly appreciated!
Accepted Answer
More Answers (0)
Categories
Find more on Simulink 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!