Feeds
질문
How can I use Menu bar for multiple options check?
Hi all I am trying to create an app on the App Designer. This app will have the option to be in English and Spanish, so the us...
5년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to make two drop down Dependent
I have two drop down on my App Designer app, like this: DropDown1.Items = {'1','2','3','4','5'}; DropDown1.ItemsData = [1,2,3,...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
How to find position of a number in an array using a drop down
Lets say P=[1 2 3;4 5 6; 7 8 9] is there any way to use a drop down in GUI or App Designer to search for a value in the first co...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
How to write a vector in uitable?
I have this columns names on the Matlab UITable app.UITable.ColumnName = {'Iteracion'; 'Xl'; 'Xu'; 'Xr'; 'f(Xl)'; 'f(Xr)'; ...
6년 초과 전 | 답변 수: 0 | 0
0
답변질문
How do I make an App window full screen programmatically in MATLAB?
I have a Matlab app, and I would like that it starts always maximized without using the mouse to maximize the figure window.
6년 초과 전 | 답변 수: 2 | 0
2
답변질문
Plotting two continuous figures
Hi I need to make two graphs in one figure. I have to plot the current vrs the voltage, for this I use the following command: ...
7년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
Run a function into a function
No, I'm talking about a function to run replace_me 5 times with diferents inputs. Like this: % code function problemb...
Run a function into a function
No, I'm talking about a function to run replace_me 5 times with diferents inputs. Like this: % code function problemb...
7년 초과 전 | 0
| 수락됨
답변 있음
Run a function into a function
Ok, I will try to explain it better. Supose I have the next code: % code function w = replace_me(v,a,b,c) if nargin <...
Run a function into a function
Ok, I will try to explain it better. Supose I have the next code: % code function w = replace_me(v,a,b,c) if nargin <...
7년 초과 전 | 0
질문
Run a function into a function
Hi I have a function "a" called "function x=problem1(a,b,c,d)" I would like to create a function "b" that call function "a" an...
7년 초과 전 | 답변 수: 5 | 0
5
답변질문
There was a problem sending the command to the program
I installed MATLAB and it ran well at first, but when I closed it and tried running it by double-clicking a *.m file it produced...
8년 초과 전 | 답변 수: 3 | 0