Filtering for the selected data on table

 採用された回答

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2021 年 9 月 30 日

0 投票

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 件のコメント

Bobby Setiawan
Bobby Setiawan 2021 年 9 月 30 日
Thanks for your advice...it's works
Sulaymon Eshkabilov
Sulaymon Eshkabilov 2021 年 9 月 30 日
Most Welcome! All the Best.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeTables についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by