How to read a line or character from MATLAB console (command window)?
See input request for full reference
reply = input('Do you want more? Y/N [Y]: ', 's'); if isempty(reply) reply = 'Y'; end
Source: https://habr.com/ru/post/1765984/More articles:How to set custom font in UIWebView? - iphoneHow to store old version of ID String in database design? - databaseHow can a service know the caller? - c #which mysql query is better? - performancePrinting on Java A3 on Macs A4 - javarouting in rails3 with user primary id - ruby | fooobar.comLinq to Entities Querying for Nullable Types - c #How to handle external libraries in source control? - .netjqgrid - How to calculate a column in jqgrid? - asp.netDo I have to worry about HTTP overhead when calling local web services? - soapAll Articles