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일

0 개 추천

x=table2array(your table title);
read here

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Tables에 대해 자세히 알아보기

질문:

2017년 10월 12일

답변:

2017년 10월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by