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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答