Pregunta


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

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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,'...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


()-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'); ...

más de 6 años hace | 1 respuesta | 0

1

respuesta

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

más de 6 años hace | 0

| aceptada

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Respondida
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,...

más de 6 años hace | 0

| aceptada

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

más de 6 años hace | 0

| aceptada

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 2 respuestas | 0

2

respuestas