Community Profile

photo

Mireia Boneta Camí


Last seen: bijna 3 jaar ago Active since 2020

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


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

meer dan 3 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 3 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 3 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 3 jaar ago | 2 answers | 0

2

answers