how to create a source from .mat file in Simulink
I have noise data saved in a .mat file. I want to use it
as a source. I want to do a power spectral density plot of
it but it says I have 10000 elements but it only accepts a
scalar. How does one go about creating a source from
a .mat file in Simulink?
.
Relevant Pages
- Re: Import .mat file to Simulink
... Just about everything in Simulink comes from the Workspace, ... You might try load from within the embedded matlab ... > I want to import a .mat file containing say 20x20 matrix that I ... (comp.soft-sys.matlab) - simulink file import help
... I'm working on a simulation in simulink, vehicle dynamics in fact. ... I'm importing time dependent force values from a .mat file. ... (comp.soft-sys.matlab) - Re: Reading mat file from simulink
... am a bit weak on the simulink side. ... then you can still use MAT-files to load your params. ... > saved parameter. ... read all the parameters from the mat file. ... (comp.soft-sys.matlab) - Reading mat file from simulink
... I have 10 parameters which i have saved in a mat file and i ... want to retrieve them back using 'From File' block in Simulink ... But when i check them out in base workspace ... (comp.soft-sys.matlab) - generate function in matlab to use as input in simulink
... i have created a function in matlab which i need to use as an input ... to my model in simulink. ... how do i save this function to a .mat file ... so i can use it in the From File block? ... (comp.soft-sys.matlab) |
|