질문


how to create a symbolic variable without using syms?
what happens is that I create a code that uses Symbolic Math Toolbox but they tell me that in the compiler it does not accept it...

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


if matlab does not signal me any error but in the .exe file does not work how can I write this code in another way?
How could I write this code in another way? Do you need the str2double? I put it to get the numerical value function pushbu...

대략 8년 전 | 답변 수: 2 | 0

2

답변

질문


Does my code have an error?
Matlab works fine but when I do an executable file this button does not work in my program is the only one that does not work is...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


why after making my executable gui some buttons do not work?
I made a gui that links another 9 more, each one has a method in which it calculates and graphs. Before making it executable the...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Will only one gui come out or all? .exe
I want to create an export my program to make an .exe file but I have a doubt. What happens is that my program has several guide...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Can a PNG image be displayed without displaying the black fill in the guide?
I want to show a PNG image without a background but when I put it in the guide I fill it with the color of black

대략 8년 전 | 답변 수: 2 | 0

2

답변

질문


how to change the outline color of the guide window?
Can I change the outline color of the guide window?

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Why do not I graph the points in the axes graph?
f=inline(get(handles.edit23,'string')); axes(handles.axes2); scatter(str2double(get(handles.edit8,'string')),str2d...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


why do i get NaN?
b, z numbers come out but from there onwards e, w, j, k, t and the others leave NaN why? b=(str2double(get(handles.edit12,'...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


How to show in edittext the polynomial ordered from highest to lowest grade?
What happens is that my program in edittext edit the polynomial but all messy can you print but in an orderly way? From highest ...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


How can I show my polynomial with decimals? guide matlab
I have a program that finds polynomials (interpolation of newton) at the end gets coefficient that are multiplied by the variabl...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


how to move the graph in my gui? Please
I mean that in my guide I have a graph, I want the user can in the case of two dimensions zoom out or get closer to the graph, i...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


how to print letters and variable in edittext at the same time? PLEASE
I want that in the edittext print the text y = x where "x" was previously calculated and in this case to put an example is "2x" ...

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


what to do so that matlab recognizes the guide script function?
when I do the script in the matlab guide if I use a command for example int (f, a, b) to find the area under the curve tells me ...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


how i can change the variable? pleasee
Look at the first code, if you realize and = (x. ^ 3) it is the same as E. ^ 3 that I want to do but in a general way in the cod...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


how write in edit text and send result to another edit text without pushbutton? PLEASE
I have a very simple gui program and I would like to add as a luxury that when in edittext enter the function in the other outpu...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


()-indexing must appear last in an index expression What is my mistake? method gauss jordan gui
function pushbutton6_Callback(hObject, eventdata, handles) set(handles.pushbutton1, 'value'); ...

대략 8년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Graphing a system of equations on the same set of axes in 3d? please
[x, y] = meshgrid(linspace(-10, 10)); % Calculate the two surfaces z1 =(3*x+8*y)/2; z2=(6*x+2*y)/8; z3=9*x+4*y; % Visuali...

대략 8년 전 | 0

| 수락됨

질문


Graphing a system of equations on the same set of axes in 3d? please
I want to graph a system of equations of 3x3 in dimensions, that in the graph the interception of the 3 planes is observed

대략 8년 전 | 답변 수: 1 | 0

1

답변

답변 있음
how to tell matlab in a matrix that if my program does not assign value to an element do not fill it with 0?
thanks for answering but I solved my problem, when the user presses 2x2 what pushbutton does is declare as symbolic variable au,...

대략 8년 전 | 0

| 수락됨

답변 있음
Error setting property 'String' of class 'UIControl' method lin bairstow
I'll try it later, the way I solved it is that the system of equations solved it with matrices (gauss jordan) and did not use th...

대략 8년 전 | 0

| 수락됨

질문


how to assign the value of a variable with push button?
I would like that by pressing a push button it assigns the value of for example u = 1, so that later that value will use it in a...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


how to tell matlab in a matrix that if my program does not assign value to an element do not fill it with 0?
I'm doing a program in matlab with the gui, which is gauss jordan at the beginning my program is asking for the elements of the ...

대략 8년 전 | 답변 수: 2 | 0

2

답변

질문


How can I compare if it is a matrix is 3x2? in if or switch statement
I'm trying to compare that if a system of equations that is an augmented matrix is of such a dimension (3x2) make the case 1 in ...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Error setting property 'String' of class 'UIControl' method lin bairstow
Hello! How are you. As you can see in the image, the matlab throws me an error in my script then I leave the code to tell me wha...

대략 8년 전 | 답변 수: 2 | 0

2

답변