Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. 1 paź 2022 · sizeRow = input ('How many rows of a matrix do you want: '); sizeColumnn = input ('How many columns of a matrix do you want: '); matrix = []; %for each row, for each column, lets add the user value to __ matrix. for i = 1:sizeColumnn. for j = 1:sizeRow.

    • Inputdlg

      Users can enter scalar or vector values into inputdlg text...

    • Listdlg

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

  2. Users can enter scalar or vector values into inputdlg text edit fields. MATLAB ® stores the input as a cell array of character vectors. Convert a member of the input cell array to a number, using str2num. Create an input dialog box that asks users to enter numerical data.

  3. 6 maj 2014 · The value will be str{s} or str(s,:), depending on whether you have stored str as a character array or a cell array of strings. get(hObject,'value') here is not doing what you intend - hObject refers to the pushbutton you pressed, not the listdlg , so it's getting the value of the pushbutton itself.

  4. 12 sty 2014 · I have an issue: I want an user defined input such as the "input" command in an m code file. But when i use the inputdlg and input a series of data it comes out as a [11x4 char] instea...

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

  6. Dear MatLab Community, I am trying to use input dialog for indexing my array. The indexing is not a problem with numbers, however, when I try to give 1:end as default answer, the behavior of str2do...

  7. 20 mar 2023 · I have a set of code that creates 1 + 3 input dialog boxes to get parameters to run an analysis. I'd like to get the number of dialog boxes down to 1 + 1, where the requested inputs are aligned as 3 columns rather than 1 long series of inputs.

  1. Ludzie szukają również