photo

hgrlk


Last seen: más de 4 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

MATLAB Answers

23 Preguntas
0 Respuestas

CLASIFICACIÓN
29.653
of 300.352

REPUTACIÓN
1

CONTRIBUCIONES
23 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
56.52%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.928

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.212

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


How can I write division formula in label of matlab app designer?
Hello everyone, I have a problem about my matlab app designer label thing. I want to write a formula in the label but I have pa...

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

1

respuesta

Pregunta


How can I write function in label in Matlab app designer?
Hello, I'm creating an app designer and I want to write this following function in label: Here I have numerical values for...

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

1

respuesta

Pregunta


Could you help? I cannot change size of my panels... Matlab Auto Reflow Problem
Hello, I have a problem with Matlab auto reflow. I want to do sth like 2 panel with auto reflow. Firstly, I increased the la...

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

0

respuestas

Pregunta


I have a problem with matlab app designer pop up window. PLEASE HELP!!!
Hello! I need to do something in matlab app designer. Maybe it is easy but im new in this subject and I searched all documents. ...

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

1

respuesta

Pregunta


MATLAB APP DESIGNER INPUT EDIT FIELD. PLEASE HELP!!
HELLO, I have a problem with matlab app designer. I'm trying to do something, when I give input into "age", if it is not betwe...

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

1

respuesta

Pregunta


PLEASE HELP!! MATLAB APP DESIGNER UPLOAD FILE PROBLEM
Hello, I have a question about read .fis in Matlab App Designer. I want to import a .fis file into Matlab App Designer. And ...

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

0

respuestas

Pregunta


PLEASE HELP!! Matlab AppDesigner Putting a certain number of panels
Hello, I have a problem with matlab app designer. I want to do something; when I select the amount in the list box and then cl...

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

1

respuesta

Pregunta


HELP!! MATLAB APP DESIGNER BUTTON PUSH AND PANEL VISIBILITY
Hello, I'm working with matlab app designer. I want to design something that when I select the button group, a panel appears. Bu...

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

1

respuesta

Pregunta


PLEASE HELP!!!! PLOT STEP FUNCTION WITH DEFINED AMPLITUDE
Hello everyone, I have a problem with plotting step function. I have a code about plotting a transfer function. I will add my c...

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

1

respuesta

Pregunta


How can I plot the transfer function? HELP Please.
Hello, I have a problem with plot the transfer function. I have to plot the precision model's transfer function. To understand m...

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

2

respuestas

Pregunta


Please Help.. How can I display a certain value in my plot?
Hello, I have a problem with my code. My code gets some inputs then calculate the fuzzy membership function and gives the memb...

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

1

respuesta

Pregunta


How can I give main title for multi-graphs?
Hello, I have plot with multi graphs. Each one of them have own titles. But can I give the main title for all of the graphs? I ...

más de 4 años hace | 3 respuestas | 0

3

respuestas

Pregunta


How can I give main title to the multi graph
Hello, I have plot with multi graphs. Each one of them have own titles. But can I give the main title for all of the graphs? I ...

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

1

respuesta

Pregunta


Display problem of membership functions in Fuzzy Logic Designer
Hello, I have a problem about matlab fuzzy tool. I have data and i want to use matlab fuzzy tool to get membership functions. ...

más de 4 años hace | 1 respuesta | 1

1

respuesta

Pregunta


HELP ! I HAVE WRONG COMMAND WINDOW - RUNGE KUTTA METHOD
Hello, I write a code that use third-order Runge Kutta method. I want my result in tabulated form which i starting with 0, ti,...

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

0

respuestas

Pregunta


I get "index must be a positive integer or logical. " Error, please help
Hello, I write a code that use third-order Runge Kutta method. I want my result in tabulated form which i starting with 0, ti, y...

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

1

respuesta

Pregunta


I need ode 23 help PLEASE
I have a very basic code about ode23 but i can not see my faults. I must solve 3rd order ODE t^3*y''' - t^2 * y'' + 3 * t * ...

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

0

respuestas

Pregunta


I cannot plot the Bisection Method Code
I must write a program with bisection methot which has initial guesses as xl=0 xu=3. The iterations must end when | Ea | < 10^(-...

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

1

respuesta

Pregunta


I got "The expression to the left of the equals sign is not a valid target for an assignment."
Hello, when I run my code, i get error. I can not see my fault. There is something wrong about i^2=-1 But I must use that ex...

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

2

respuestas

Pregunta


How do I plot my code? I got Blank Graph
Hello, I want to plot my code. It's newton-raphson method code. But I musn't change the while loop. In the question it is given...

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

1

respuesta

Pregunta


I can not plot my Matlab code
Hello, I want to plot my code, but when i write the code there is no line in the graph. I want 2 graphs, one is f(x) versus i a...

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

1

respuesta

Pregunta


I have a problem with fprintf function, MATLAB
Hello, I have a question about my matlab code. I wrote my code, but when I run my code, output look is wrong. I want a output...

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

1

respuesta

Pregunta


I need matlab code for cot(x) Taylor Polynomial Function
For x in range [pi/8 , 7pi/8] and f(x)=cot(x) I need to plot Taylor Polynomial P0(x),P1(x) and P2(x) of f about the base point x...

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

2

respuestas