photo

Ankit Singh


2018 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

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

1

回答