Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. This MATLAB function creates a modal dialog box containing one or more text edit fields and returns the values entered by the user.

    • Questdlg

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

    • Uiwait

      Use the uiwait function with a modal dialog box to block...

    • Str2num

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

    • Listdlg

      [indx,tf] = listdlg('ListString',list) creates a modal...

    • Inputdlg

      MATLAB ® stores the input as a cell array of character...

    • Msgbox

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

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

  3. [indx,tf] = listdlg('ListString',list) creates a modal dialog box that allows the user to select one or more items from the specified list. The list value is the list of items to present in the dialog box.

  4. Instead of selecting from a button as in the menu command, the input dialog command enables the user to input data or values into their code in a textbox. The following example shows how to format the input dialog command.

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

  6. Example. 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ż