Ankit Singh
2018 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
2 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to use an existing matlab code to convert it into GUI using App Designer in MATLAB?
I have already written a MATLAB code for profit optimization using MILP. But now I was asked to make an app (GUI) for it using M...
約6年 前 | 1 件の回答 | 0
1
回答質問
I have a series of variables form a1 to a100 and each one has a single numeric value. I want to repeat copies of that value to 1-by-4 matrix for all of them.
For e.g. a1 = 5; a2 = 6; ......a100 = 43; I want it to be like:- a1 = [5 5 5 5]; a2 = [6 6 6 6]; ... a100 = [43 43 43 43]; ...
6年以上 前 | 1 件の回答 | 0