Community Profile

photo

Mireia Boneta Camí


Last seen: 대략 3년 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


fill a sphere with points
Hello everybody, I have created a sphere of radius 0.02 with the function sphere, and now I want to fill this sphere with point...

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


distance between array and matrix
Hello everybody, I have a matrix P with size 3xN and another matrix T with size 3x480. The 3 rows that have the two matrix make...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


make a function recursive (koch snowflake)
Hello everybody, I have this function to store the points of a koch snowflake and draw them. The problem is that I have done it ...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


convert each character of an array to int
I have a char array like this '10000111101010110101' and I want to convert each 0 and 1 to int and obtain [1 0 0 0 0 1 1 ...]. I...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


sound of a sequence of 0 and 1
Hello everybody, I have this pulse_sequence and I'd like to make it sound with the sound function and cosinus I have below. The...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


identify lowercase letters, uppercase letters, numbers and spaces
Hello everybody, I have this code and I would like that in the cases of the switch identify if the character of a given sentence...

3년 초과 전 | 답변 수: 2 | 0

2

답변

질문


check if an array is equispaced
I am given a vector of numbers and I have to check if this vector has its samples equispaced or not. How can I do it without usi...

3년 초과 전 | 답변 수: 2 | 0

2

답변

질문


multiply an array of scalars by a 3D matrix
I have a vector 10x1 and a 3D matrix NxNx10, and what I want to do is to multiply every dimension of the matrix (the 10 of them)...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


rearrange matrix elements randomly
I have a matrix and what i want to do is reorder the matrix elements/entries in a random order. for example if the matrix was : ...

3년 초과 전 | 답변 수: 2 | 0

2

답변