photo

Mireia Boneta Camí


Last seen: mehr als 3 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten