count='How many values do you want?';vcount=inputdlg(count);eqprompt='Enter Values';value(vcount)=inputdlg(eqprompt);eqprompt='Enter Values';value(vcount)=inputdlg(eqprompt);
How to repeat the "Enter Value' dialog box until the count is equal to the number of times it repeat?
Best Answer