![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/22271641_1618936878256_DEF.jpg)
Hazel Can
Followers: 0 Following: 0
Statistica
15 Domande
0 Risposte
RANK
197.676
of 297.010
REPUTAZIONE
0
CONTRIBUTI
15 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
40.0%
VOTI RICEVUTI
0
RANK
of 157.687
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
Can you help me about newton fourier method please ?
Can you help me about newton fourier method please ?
oltre 2 anni fa | 0 risposte | 0
0
risposteDomanda
How can I change the definition of x to find the value of y(3.5112)( i mean y(x1)) for this question ?
Y
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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)...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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? ...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 2 risposte | 0
2
risposteDomanda
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)+...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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=...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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) ...
oltre 2 anni fa | 2 risposte | 0
2
risposteDomanda
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=...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 2 anni fa | 2 risposte | 0
2
risposteDomanda
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...
quasi 3 anni fa | 1 risposta | 0