![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/pedrofanha47gmailcom_1521732318593_DEF.jpg)
Pedro Vicente
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
23,340
of 297,016
REPUTATION
1
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
83.33%
VOTES RECEIVED
1
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
How can i have a matrix A, that depends of the result of other matrix B, that when there's a x number in B, matrix A changes to 1
So, i have a matrix B(51,10,1000), that have somewhere negative numbers. And i want a matrix A(51,1000) that when running the...
6 years ago | 1 answer | 0
1
answerQuestion
How to sum n lines of a matrix to another matrix?
So basically, i have a matrix Apit with the index of (51*n,5,1000) and what i wanted is another matrix TotalApit, with the index...
6 years ago | 2 answers | 0
2
answersQuestion
How to change two variables at same time in a loop?
So i have something like: for k = 1:nexecucoes for i = 1:t*n for v = 1:n for j = 1:m ...
6 years ago | 1 answer | 1
1
answerQuestion
how to have a vector that counts how many repetitive numbers there is in another vector?
So i have a vector with 100 numbers. And those numbers only goes until 51. For example A = [ 50 49 32 21 50 38 41 2 46........
6 years ago | 3 answers | 0
3
answersQuestion
Converting a 3D matrix into a 2D in the correct order.
Hi guys, so i have a index matrix of 1x8x50 (i know this is almost a vector). exemple: T(:,:,48) = 37.3795 32.7215 31...
6 years ago | 2 answers | 0
2
answersQuestion
'Assignment has more non-singleton rhs dimensions than non-singleton subscripts'. Can you guys help me fixing this error?
I have a 3D matrix called a. Apit= 3x4x20. And i want a matrix U(20,1) that gives me the sum of each 20 matrix. And i was doing...
7 years ago | 1 answer | 0