Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
Load the .dat file using the load command. I have a file called
cx.dat in my matlab\work directory.
load cx.dat
who
Your variables are:
cx
Now you can use the save command.
save
Saving to: matlab.mat
Now your data file has been saved to the default name matlab.mat
Later on, if you load matlab.mat using the load command and check to
see what got loaded, it should be your original data file. You can
check this using the "who" command. Hope this helps
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.