Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. Dialog Box to Get User Input. Create a dialog box that contains two text edit fields to get integer and colormap name inputs from users. prompt = {'Enter matrix size:', 'Enter colormap name:'}; dlgtitle = 'Input'; fieldsize = [1 45; 1 45];

    • Questdlg

      This MATLAB function creates a modal dialog box that...

    • Uiwait

      Create a line plot in a UI figure and display an alert...

    • Str2num

      X = str2num(txt) converts a character array or string scalar...

    • Listdlg

      The dialog box includes Select all, Cancel, and OK buttons....

    • Inputdlg

      This MATLAB function creates a modal dialog box containing...

    • Line break in "question dialog"

      I'm trying to introduce a line break in _question dialog...

    • Msgbox

      f = msgbox(message) creates a message dialog box that...

  2. 31 sty 2011 · I'm trying to introduce a line break in _question dialog box_ in the _qstring_. I've used '\n' but it gives me error. Also I've used the three points (...) but it happened the same.

  3. f = msgbox(message) creates a message dialog box that automatically wraps message to fit an appropriately sized figure. Use this function if you want to show a message dialog box over multiple app windows, the MATLAB ® desktop, or Simulink ® and still be able to interact with them before responding to the dialog box.

  4. 3 cze 2022 · Welcome to Laplace Academy These are the most simple ways to communicate with the user, input and output in MATLAB. You may think MATLAB GUI is the only way of having a graphical interface....

  5. answer = inputdlg(prompt) creates a modal dialog box and returns user inputs in the cell array. prompt is a cell array containing prompt strings. answer = inputdlg(prompt,dlg_title) dlg_title specifies a title for the dialog box.

  6. Create a dialog box to input an integer and colormap name. Allow one line for each value. prompt = {'Enter matrix size:','Enter colormap name:'}; title = 'Input for peaks function'; lines= 1; def = {'20','hsv'}; answer = inputdlg(prompt,title,lines,def);

  7. This MATLAB function creates a modal dialog box that presents a question and returns the user's response -- 'Yes', 'No', 'Cancel', or ''.

  1. Ludzie szukają również