Community Profile

photo

Mina


Last seen: 거의 3년 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Function to check whether an array contains a duplicate of elements
I want to write a function that - Takes as input an array, the value being checked and the starting element of the array where...

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

1

답변

질문


function - input and output matrix
I need to write a function that takes a matrix of any size, double all the elements that are positive and adds 10 to all the ele...

거의 3년 전 | 답변 수: 2 | 0

2

답변

질문


plot piecewise defined function
I am trying to plot a piecewise defined function using a filter, but im getting an error 'vectors must be the same length. The g...

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

0

답변

질문


sum of multiples of 3 from 0 to 100
Calculate the sum of all the multiples of 3 from 0 to 100 without using an if construct or vectorization. I'm not sure how to d...

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

3

답변

질문


build an array y depending on x
Build an array y by doubling all the elements of a vector x that are positive and adds 10 to all the elements of x that are nega...

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

1

답변

질문


Build an array of square and square root of user input
The aim of this project is to build an array depending on a number from 1 to 10 entered by the user. From 1 to num, all multip...

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

1

답변