Community Profile

photo

Raul Castillo


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


is there a way to flip an array
i exported some data and need it to go from 27x1 to1x27 is there any way to do that without rewriting all the data

4 years ago | 1 answer | 0

1

answer

Question


i have a problem rounding a loop
so if i write a loop that and it gives me a answer of .0215243225 you know just a huge number but i wanted to round it to the .0...

4 years ago | 0 answers | 0

0

answers

Question


assigning values to an array that already has values
so for example my array lets say s= [1 4 2 3 4 1 4 2 3 4 ] and i want to assign 1=20 2=30 3=50 4=80 so that my new array would ...

4 years ago | 1 answer | 0

1

answer

Question


trouble with loops need help
hi if i have an array with [1 2 3 4] and i wanted to associate 1 with 20, 2 with 30, 3 with 40 and so on how would i do that? i...

4 years ago | 2 answers | 0

2

answers

Question


Need help using the count function
hi lets say i have an array 4x5 and it is compossed of 0's and 1's as so a=[ 1 0 1 0 1; 1 1 0 1 1; ...

4 years ago | 1 answer | 0

1

answer

Question


Need help creating an matrix that includes probability
So i am asked to make an matrix that is 96x96. this matrix must have a 5% probability of getting a 0 instead of a 1. i know that...

4 years ago | 2 answers | 0

2

answers

Question


i need to know how to select values from a 2x365 array
hey i have a 2x365 array and i know that if you use column_1= data (1:365) to select the data in the first column but how would ...

4 years ago | 1 answer | 0

1

answer