photo

Angkhana Noyhiran


Con actividad desde 2015

Followers: 0   Following: 0

Estadística

MATLAB Answers

6 Preguntas
0 Respuestas

CLASIFICACIÓN
261.445
of 301.788

REPUTACIÓN
0

CONTRIBUCIONES
6 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
16.67%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.421

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 176.567

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 1

Ver insignias

Feeds

Ver por

Pregunta


Error using plot Vectors must be the same length. Error in Untitled11 (line 40) plot([xn xn],[ymin ymax],'r-','Linewidth',2)
function bisection_method() myfunc = input ('myfunc: '); A(1) = input('A: '); B(1) = input('B: '); e(1) = in...

casi 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Undefined function or variable 'func'. Error in Untitled8 (line 23) FC(i) = func(C(i));
function bisection_method() A(1) = input('A: '); B(1) = input('B: '); e(1) = input('error : '); n = input('loop for n: '...

casi 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I would like the program to display square like this
I would like the program to display square like this i A B C e ...

casi 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Write Tabular Data to Text File Write a short table of the exponential function to a text file called exp.txt.
A = input('Enter A: '); B = input('Enter B: '); func = @(x) exp(x)-2*cos(x); e = 1; while e...

casi 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Hi all,I tried to work on bisection method.However,that is an error at the loop.Please help me correct them.Thank you
A=input('Enter A: '); B=input('Enter B: '); func =input('function : '); error = input('error : '); e=100; whil...

casi 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I want to loop by giving the C stops at a value less than 0.0001.
Hi all, I tried to work on bisection method. However, that is an error at the loop. Please help me correct them. Thank you, ...

casi 11 años hace | 1 respuesta | 0

1

respuesta