![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13399333_1535561584347_DEF.jpg)
Raul Castillo
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
155,417
of 297,016
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
57.14%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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
5 years ago | 1 answer | 0
1
answerQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 1 answer | 0