photo

Amanda Mnt


2017년부터 활동

Followers: 0   Following: 0

통계

Feeds

보기 기준

질문


Writing a function that computes the sum from 1 to an input using the while loop?
I need help composing a function that computes the sum of numbers from 1 to n (n being an input) using a “while" loop. I know ...

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

1

답변

질문


Finding the median of a vector without using the median tool in matlab?
I am struggling to find the median of a given vector (does not matter what it is) without using the median tool in matlab. Here ...

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

1

답변

질문


How would I add an extra dimension to an already existing matrix?
So I already have an already existing matrix/array given the command code: C=randi([-10,10],4,4) %that will give me a 4x4 ...

대략 8년 전 | 답변 수: 3 | 0

3

답변

질문


How would I create an even and odd matrix within a specific range?
So I want to make a matrix where in the first column I would have even numbers within the range of (32,44] and the second column...

대략 8년 전 | 답변 수: 3 | 0

3

답변