Akzeptierte Antwort

Sulaymon Eshkabilov
Sulaymon Eshkabilov am 30 Sep. 2021

0 Stimmen

It can be done in a few different ways. One of them is, e.g.:
A = randi([10, 90],5, 3)
T = array2table(A, 'variablenames', {'V1', 'V2', 'V3'})
V1 = sort(T.V1, 'ascend');
T.V1 = V1
Or using the GUI as shown in the attached screenshot here:

2 Kommentare

Bobby Setiawan
Bobby Setiawan am 30 Sep. 2021
Thanks for your advice...it's works
Most Welcome! All the Best.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Community Treasure Hunt

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

Start Hunting!

Translated by