Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Using Matlab Regular expressions ans Tokens

1 回表示 (過去 30 日間)
Sajid Afaque
Sajid Afaque 2020 年 6 月 1 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
i have a cell array containing strings
for example i have
a(:,1) = 'temp_25_vbchmax_14_vds_10_id_80'
'temp_-55_vbchmax_17_vds_14_id_7'
'temp_175_vbchmax_4_vds_10_id_5'
now using regular expression and tokens concept i want to split each cell as
a(1,1) = temp = 25
vbchmax = 14
vds = 10
id = 80
is this possible, need a little help

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by