フィルターのクリア

Fill a column of a table with a series

6 ビュー (過去 30 日間)
Cristian Martin
Cristian Martin 2022 年 5 月 30 日
コメント済み: Cristian Martin 2022 年 5 月 30 日
Hi,
I have first column vector of a table with numbers like the bellow. how can i modify the column vector to make it from 1 to 9?
table = readtable('prices.xlsx');
tableData = table(:,1);
tableDatanew1
_____________
1
2
3
4
5
6
1
2
3

採用された回答

Walter Roberson
Walter Roberson 2022 年 5 月 30 日
tableData.tableDatanew1 = (1:height(tableData)).';
  1 件のコメント
Cristian Martin
Cristian Martin 2022 年 5 月 30 日
Thanks !

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTables についてさらに検索

製品


リリース

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by