Community Profile

photo

Ankit Singh


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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]; ...

5 years ago | 1 answer | 0

1

answer