Feeds
回答済み
Insert a string section on the numbers in a vector
A = [ 2 7 9 13]; str = sprintf('CH_%d ',A); CH_2 CH_7 CH_9 CH_13
Insert a string section on the numbers in a vector
A = [ 2 7 9 13]; str = sprintf('CH_%d ',A); CH_2 CH_7 CH_9 CH_13
6年弱 前 | 0
質問
Insert a string section on the numbers in a vector
A = [ 2 7 9 13]; add text CH_ on each value in the vector A output B = [CH_2 CH_7 CH_9 CH_13]
6年弱 前 | 2 件の回答 | 0
