変数を含む文字列の作成
Show older comments
変数の入った文字列を作成しました。csvに書き込むと、csvのセル1つごとに1文字ずつ出力されてしまいます。 文字列を全て1つのセルに収めるにはどのようにするとよいでしょうか. 例) num1=1; num2=2;
TITLE= [ 'NO' num1 'Point' num2 ]; TITLEを1つのセルに納めたい
Accepted Answer
More Answers (0)
Categories
Find more on 文字と文字列 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!