![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/22271641_1618936878256_DEF.jpg)
Hazel Can
Followers: 0 Following: 0
Estadística
15 Preguntas
0 Respuestas
CLASIFICACIÓN
197.683
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
15 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
Feeds
Pregunta
How can i solve the Too many output arguments error problem ?
clc clear syms x f=input('\n Enter the function f(x): '); %inline('((x^2)*log(x))') f=@ (x) (x^2)*log(x) a=input('Enter low...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I switch from Simpson code to composite simpson code?
Composite simpson rule : Simpson rule's code : % MATLAB code for syms function that creates a variable % dynamically and au...
alrededor de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
How can i implement my method ?
I know the classic newton method but i can not implement the fourier form please help me. %Newton-Raphson method clear; clc...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Can you help me about newton fourier method please ?
Can you help me about newton fourier method please ?
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I change the definition of x to find the value of y(3.5112)( i mean y(x1)) for this question ?
Y
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How can i run correctly my Backward Difference Formula code ?
%% Backward Difference Formula Method %% clc; clear all; h=0.01; t=0:h:1; n=numel(t); mu = 20; f_m = @(t,y) mu*(y-cos(t)...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How i implement Backward Difference Formula Method from general code ?
Below is the Backward Difference Formula general code. How can I adapt this code to the above question? Can you please help? ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How i implement Adams Predictor-Corrector Method from general code ?
Below is the Adams predictor-corrector formula and general code. How can I adapt this code to the above question? Can you plea...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Not enough input arguments.
Not enough input arguments. Error in BDF>@(t,y)mu*(y-cos(t))-sin(t) (line 7) f_m = @(t,y) mu*(y-cos(t))-sin(t); Error i...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Array indices must be positive integers or logical values.
Array indices must be positive integers or logical values. Error in adambashforthalternatif (line 14) y_m(i)=y_m(i-1)+...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Error using plot Vectors must be the same length.
Error using plot Vectors must be the same length. Error in midpointfinal (line 33) plot(t,y_m,'-o') clc; clear all; h=...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Index in position 1 is invalid. Array indices must be positive integers or logical values.
Index in position 1 is invalid. Array indices must be positive integers or logical values. Error in midpointfinal (line 21) ...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How can I continue my Leapfrog method code ?
How can I continue my Leapfrog / midpoint two- step method code ? clc; clear all; t=[0 1]; h=0.01; n=(t(2)-t(1))/h; alpha=...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Index exceeds the number of array elements. Index must not exceed 2.
Hi. I have an error : Index exceeds the number of array elements. Index must not exceed 2. for line 16. Why ? and How can i fix ...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Why am I getting an : Error using sym/subsasgn (line 1058) Invalid indexing or function definition. Indexing must follow MATLAB indexing. Function arguments must be symbolic
Hello, I am writing a code to solve my Forward Euler Method question. I added my question here. I am encountering an error whi...
casi 3 años hace | 1 respuesta | 0