Plotting data from a table .mat file

조회 수: 6 (최근 30일)
Nikolaj Moberg
Nikolaj Moberg 2017년 10월 12일
답변: jean claude 2017년 10월 12일
Hello. I have a table with one column which i need to plot, when i import the data i can use the table variable 'p' in the command window, but when i use 'p' in my editor it says that p is not defined and proceeds to erase my table information.
what i need to do is plot the information from the .mat table into my editor.
Thanks for the help. Nikolaj

채택된 답변

jean claude
jean claude 2017년 10월 12일
x=table2array(your table title);
read here

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Tables에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by