Community Profile

photo

Gregory Hind


Last seen: 7개월 전 2020년부터 활동

Followers: 0   Following: 0

통계

All
  • Thankful Level 2
  • Thankful Level 1
  • Solver

배지 보기

Feeds

보기 기준

질문


How do I multiply the numbers in a 2D array using a for loop, must be a for loop as part of the course requirements
Hi everyone, this is very basic stuff but I'm new to this. All the steps so far are required by the course. B=[1:24] B=reshape...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


Using inputdlg and isnan
I need a user input using inputdlg, I need it to be a number and I need it to keep assking until I get a number. So far, it just...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Extract and count specific values from array
My course work has asked me to allow the user to define the amount of rooms/spaces, ask for dimensions, type of space and then d...

거의 4년 전 | 답변 수: 0 | 0

0

답변

질문


How do I use inputdlg in a for loop to return a numerical array?
I need to make a program that asks the user how many floors there are and then input each floors dimensions in sequence and then...

대략 4년 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

대략 4년 전

문제를 풀었습니다


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...

대략 4년 전

문제를 풀었습니다


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:...

대략 4년 전