Continue to Site

Welcome to EDAboard.com

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.

Exporting Data from MATLAB to EXCEL File

Status
Not open for further replies.

widpmine

Junior Member level 1
Joined
Jun 4, 2009
Messages
19
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,401
I have this data generated in Matlab using m-file. After running the simulation for the first time and using xlswrite, it creates an excel file and saves the data.
My problem is that i want to save the final data from second simulation without having to go back to program n changing the same of the file to save. For Example;

Is it possible to do something like this!!

name = input(' Please enter the simulation Name = ', 's' )

%data = contains all the simulated data

s = xlswrite('mydata.xls', data, 'simulation1', 'B1');

xlswrite('mydata.xls', data, 'name', 'B1'); % Please note 'name' from the first line above



such that the first page in an excel file contains first simulation results n the other pages contain the other simulation results as indicated by the user.

Please Help. Thx
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top