Borrar filtros
Borrar filtros

How to change order of a table in matlab

5 visualizaciones (últimos 30 días)
Muhammad Sohail Abid
Muhammad Sohail Abid el 3 de Jul. de 2018
Respondida: Image Analyst el 7 de Jul. de 2018
how to change order of table in matlab the order is 13x1 or of 14x2 etc and want to change order
  1 comentario
jonas
jonas el 3 de Jul. de 2018
What do you mean change the order? Give an example.

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 7 de Jul. de 2018
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.

Más respuestas (0)

Categorías

Más información sobre Tables en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by