i have developed a gui with a plotting area , now the problem is i need to transfer the results of the calculation that are being used in plotting to be shown in the text file so can you suggest me how to do that on clicking the plot button.
Show older comments
i have developed a gui with a plotting area , now the problem is i need to transfer the results of the calculation that are being used in plotting to be shown in the text file so can you suggest me how to do that on clicking the plot button.
1 Comment
Geoff Hayes
on 4 Jun 2014
Rohith - in the future, rather than copying and pasting the body of your question in to the header/title, keep the latter short and clear.
Accepted Answer
More Answers (1)
Image Analyst
on 4 Jun 2014
0 votes
Are you looking for this: http://www.mathworks.com/matlabcentral/answers/100687-how-do-i-extract-data-from-matlab-figures
3 Comments
Image Analyst
on 4 Jun 2014
Ooops - I see you just accepted an Answer, so never mind.
rohith adulla
on 4 Jun 2014
Image Analyst
on 4 Jun 2014
How about system('notepad filename.txt') or something like that?
Categories
Find more on Creating, Deleting, and Querying Graphics Objects 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!