photo

Will


Last seen: 8개월 전 2023년부터 활동

Followers: 0   Following: 0

통계학

All
  • Thankful Level 2
  • Solver

배지 보기

Feeds

보기 기준

질문


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개월 전 | 답변 수: 1 | 0

1

답변

질문


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개월 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


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개월 전

문제를 풀었습니다


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개월 전