photo

mohammad massarwe


Last seen: environ 3 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

MATLAB Answers

6 Questions
0 Réponses

RANG
91 272
of 301 175

RÉPUTATION
0

CONTRIBUTIONS
6 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 21 185

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 238

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

Feeds

Afficher par

Question


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...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


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,...

plus de 4 ans il y a | 3 réponses | 0

3

réponses

Question


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...

plus de 4 ans il y a | 2 réponses | 0

2

réponses

Question


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)...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


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(...

presque 5 ans il y a | 2 réponses | 0

2

réponses

Question


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 ...

presque 5 ans il y a | 1 réponse | 0

0

réponse