photo

Ankit Singh


Con actividad desde 2018

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 6 años hace | 1 respuesta | 0

1

respuesta