Domanda


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

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

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

oltre 6 anni fa | 0

| accettato

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

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

oltre 6 anni fa | 0

| accettato

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

oltre 6 anni fa | 0

| accettato

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 2 risposte | 0

2

risposte