MATLAB: How to add array through GUI to user input? like i make a window like picure below. i click update list. i update table of many inputs from user and it saves in array p=[ ] like this p=[a1 a2 a3 a4 a5 a6 a7 a8 a9 a10 a11 a12 a13]

arraygui

Best Answer

Here is a link to a video on how to make GUIs in MATLAB.
Related Question