統計
MATLAB Answers
2 質問
0 回答
ランク
of 175,981
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How do I assign a value label to a string?
Im trying to assign values to 3 string variables of gender so that: 0=nonbinary 1=female 2=male This is so that im able to a...
7年以上 前 | 1 件の回答 | 0
1
回答質問
"Unable to perform assignment because the size of the left side is 1-by-19 and the size of the right side is 1-by-16"
for k=1:size(files,1) temp=load(files(k).name) r=temp.data id=str2num(files(k).name(7:size(files(k).name,2)-4)) ...
7年以上 前 | 0 件の回答 | 0
