Community Profile

photo

Marina Christakos


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

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Content Feed

Afficher par

Question


taylor series expansion help
syms x valuex=input('What is the value of x? ') subs(taylor(exp(x),x, 'OrderMode','Relative','Order',valuex), valuex) I need ...

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

0

réponse

Question


switch statements and trig function
val = str2double(input('enter number','s')); chr = input('enter letter','s'); switch chr case 's' disp(sin(va...

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

2

réponses

Question


using while loops and random number generators
var = 'y'; while (var=='y') u=input('how many?', 's'); if (u > 0) r = rand(1,u,'single'); randnum = ...

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

1

réponse

Question


question using while loop
variable = input('Continue?', 's'); while variable == 'y' disp(rand) variable = input('Continue?', 's'); if (v...

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

1

réponse

Question


Help with using a switch statement
I was supposed to write a code that asks for a letter and a number. If the variables 'c', 't', or 's' were entered, it should f...

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

1

réponse

Question


Increase numbers by different percentages
I can't figure out how to start this question, I've found shortcuts on how to increase a number by a certain precentage 10 times...

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

0

réponse