photo

Will


Last seen: 8 meses hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

All
  • Thankful Level 2
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


How do I prompt for a variable in one script and use it in another
My first script which prompts the user is as follows %this main script calls to one main function(isPalindrome) with a subfunc...

8 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


why is this not outputting the correct values
triangle:1 Side A: 3 Side B: 3 Hypotenuse: 6 Side A: 3 Side B: 6 Hypotenuse: 4 triangle:2 Side A: Side B: 6 H...

8 meses hace | 1 respuesta | 0

1

respuesta

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

11 meses hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

11 meses hace