photo

Demian Orozco


Last seen: environ un an il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
274 504
of 301 338

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
25.0%

VOTES REÇUS
0

RANG
 of 21 236

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 174 017

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

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


How to make an subscript in this specific manner?
I am trying to print a axis label using the following code to make it italicized ylabel('$u_max$','interpreter','latex','FontSi...

environ un an il y a | 1 réponse | 0

1

réponse

Question


I have to use a for loop to create the 𝑥-values and compute 𝑓(𝑥) values for Function from x6start to x6end but something is wrong with my code.
x6start = 1; stepsize6 = .2375; x6end = 20; x6 = x6start xk = zeros(1,100) i = i for k = 1:x6end y6(k) = 25000 .* log...

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

0

réponse

Question


I am supposed to use a for loop to create 𝑥-values and compute 𝑓(𝑥) values for the function
x6start = 1; stepsize6 = 20; x6end = 20; x6 = x6start; i = 1; for y6 = 25000 .* log(x6) - 2 * x6 history2(:,i) = [x6,y...

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

2

réponses

Question


I am supposed to create a single x value then inside the while loop use the x-value it to calculate a y value. Then save the x & y values in in a storage array as x increases
history = (1:20) x5start = 0; stepsize5 = 20; x5end = 20; x5 = x5start; i = 1; while x5 <= x5end y5 = 2 .* (x5).^3 -...

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

1

réponse