Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はアルファベットの文字列を持っています。
S = ['a';'b';'c';'d';'e'];
そして、それを表の列3に入れたい:
table(:,1) = M1; table(:,2) = d1; disp(table)
M1とd1は5 X 1それぞれ数値の行列です。
M1
d1
5 X 1