add two number and create the text file with the result in it
Show older comments
Hi All, I want to create a very small program which gives the result in an excel sheet or text file. for example it does (2+3) and create a text file in a directory and gives the result (5) in the text file. My MATLAB version is 2011.
Thanks
Accepted Answer
More Answers (1)
Srinivas
on 20 Apr 2012
0 votes
help xlswrite
help fprintf
may be you can do quick google search for this
Categories
Find more on Data Import and Export in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!