MATLAB: How can i create signals in simulink starting from vectors with time and values and how i can save multiple signals generated in simulink in in a mat file

signal processing

I want to create multiple signals from vectors( with time and values), proces them and after to save the result into a mat file please , i really need to know this

Best Answer

If you want to save each signal in one mat file, use for each signal a to file block. If you want want to save them all in one file, use a MUX block and connect its output to a [to file] block