Matlab How To Extract Data From Figure?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Copy the figure to a new Matlab figure window.
2. In the Matlab figure window, go to Tools –> Basic Fitting to open the Curve Fitting Tool.
3. Click on Data Cursor and left click on the points from which you want to extract data. You should see the data points show up on the scatter plot in the Curve Fitting Tool.
4. Click File -> Export and save the data in a format like text or Excel.
5. Open your saved file with a text editor to view the extracted data.