필터 지우기
필터 지우기

How to change order of a table in matlab

조회 수: 5 (최근 30일)
Muhammad Sohail Abid
Muhammad Sohail Abid 2018년 7월 3일
답변: Image Analyst 2018년 7월 7일
how to change order of table in matlab the order is 13x1 or of 14x2 etc and want to change order
  댓글 수: 1
jonas
jonas 2018년 7월 3일
What do you mean change the order? Give an example.

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

채택된 답변

Image Analyst
Image Analyst 2018년 7월 7일
You can delete columns in a table or add new ones just like any other matrix.
t(:, 2) = []; % Delete column 2.
You can use the table() function to create new tables with new data vectors.

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