ループを使わず長さの違う1つの配列の作成方法を教えてください
Afficher commentaires plus anciens
例として以下のような配列を作成したいです.
a=[2;3]; %個数
b=[1;78]; %[グラム]
という条件で
c=[1;1;78;78;78];
という形を作りたいです.
これをループなしで出したいのですが,どうすればよろしいでしょうか
Réponse acceptée
Plus de réponses (1)
翔 池田
le 22 Avr 2021
0 votes
1 commentaire
Hernia Baby
le 22 Avr 2021
解決してなによりです。
私の回答を採用していただけると、
本件クローズできるのでよろしければお願いいたします。
Catégories
En savoir plus sur ループと条件付きステートメント dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!