Saving of a file?

Answers (1)

Star Strider
Star Strider on 14 Jul 2015

0 votes

You can use the save function to save it as an ASCII file, although it is probably better to save it as a default binary .mat file. (Use the load function to load it back into your workspace.)
They are much easier to work with, unless you need to export it to an application outside MATLAB, but then the outside application can load it as a .log file.

Categories

Find more on Simulink in Help Center and File Exchange

Products

Asked:

on 14 Jul 2015

Edited:

on 15 Jul 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!