photo

Oscar


Last seen: presque 3 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

MATLAB Answers

3 Questions
0 Réponses

RANG
116 316
of 301 186

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 21 188

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 292

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


Trying to calculate the outputs for this equation in a for loop, but it only calculates for one input; when g = 1.67
M = 2; g = linspace(1,1.67,4)'; for i = 1:length(g) beta_max = asind((g(i)+1)./(4*g(i))-1./(g(i).*M^2)*(1-((g(i)+1)*(1+(g...

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

1

réponse

Question


Evaluating the following integral using comp trap method for 2 trapezoids
% I'm trying to evaulate this integral using the composite trapezoid method % The output for the 'I' gives me 8.7797 which mat...

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

1

réponse

Question


I am trying to plot this piecewise function using for loop and if statements, yet I keep receiving error message: Array indices must be positive integers or logical values.
g = 0:0.1:5; C(g) = 0*g; for i = 1:length(g) if g(i) < 2 && g(i) >= 0 ...

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

1

réponse