How to plot a table as a figure in matlab?

조회 수: 2 (최근 30일)
Navaneethan Sundaresan
Navaneethan Sundaresan 2016년 11월 30일
댓글: Walter Roberson 2017년 2월 18일
I have a set of values to create a table from the array in the workspace. I don't know how to plot the array values as a figure in the table format?
  댓글 수: 2
Akira Agata
Akira Agata 2017년 2월 18일
Is this what you want to do?
T = array2table([(1:10)' rand(10,1)]); % Sample table
plot(T{:,1},T{:,2})
Walter Roberson
Walter Roberson 2017년 2월 18일
... or is this to do with uitable() ?

댓글을 달려면 로그인하십시오.

답변 (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