Community Profile

photo

mohammad massarwe


Last seen: 1년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계

Feeds

보기 기준

질문


integer operands are required for colon operator when used as index i getting that in lines 8 9 10
%% c. q=0; window=59*f; for i=1:floor(10) j=1; while j<L-window q=q+1; u_velocity (q) = mean(Dat...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


getting error in line 5 please help
functin=@(x) (3*(-1-212*x)^2+(-1-212*x)-4*(4-170*x)-7)^2+(4-170*x-1-212*x2)^2; ta3ot=0.001; Up_limit=2; Low_limit=0; [min_x,...

거의 3년 전 | 답변 수: 3 | 0

3

답변

질문


can any one help on this i dont know how to solve it !!
function [shoresh,iter]=PI(x0) epsilon=10^-3; iter=0; f=@(x) x^3_3x+1 ftag=@(x) 3x^2-3 if f(x0)== 0 %%% here the error...

거의 3년 전 | 답변 수: 2 | 0

2

답변

질문


i get error can any one help
erro in my code pleas help me my code: f= @(x,y,z) [((x-4)^2 - z) ;( 2*y-4*z); z+16*(x-8)+1/y -21] jacobian_matrix = @(x,y,z)...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


invalid use of operator
>>shitathatsia = @(x) 2.7*cos(25*x^2+8*x)-10*x*sin(6*x) starrt=-1 ennd=1 pitaron= (starrt+ennd)/2 while sqrt((shitathatsia(...

거의 3년 전 | 답변 수: 2 | 0

2

답변

질문


Who can help me with this please?
function [dy] = quest1(t,y) dy1= zeros(2,1) dy(1) = y(2); dy(2) = -2*y(2)-2*y(1)+(1*sin(2*t)); [t,Y] = ode23(@quest1,[0 ...

대략 3년 전 | 답변 수: 0 | 0

0

답변