Raul Castillo
自 2019 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
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
5 years 前 | 1 个回答 | 0
1
个回答提问
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...
5 years 前 | 0 个回答 | 0
0
个回答提问
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 ...
5 years 前 | 1 个回答 | 0
1
个回答提问
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...
5 years 前 | 2 个回答 | 0
2
个回答提问
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; ...
5 years 前 | 1 个回答 | 0
1
个回答提问
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...
5 years 前 | 2 个回答 | 0
2
个回答提问
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 ...
5 years 前 | 1 个回答 | 0