![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/23941181_1631976457037_DEF.jpg)
Io7
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
102,769
of 297,016
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
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
Change values in vectors
I have a vector like: V=[1,2,3,4,5,6] and I want to substitute any values above 3 with the previous value in the vector which is...
2 years ago | 2 answers | 0
2
answersQuestion
Find number in vector
Let’s say I have this vector: A = [1,2,3,4,5,6] and I want to know when did my vector went above 3. Like I want to know the valu...
2 years ago | 2 answers | 0
2
answersQuestion
How to find Phase angle?
How to find phase angle of a root loci using matlab. I would really appreciate any help. Lets say you have the following tran...
3 years ago | 1 answer | 0
1
answerQuestion
How to call a value from the command window to the editor window
MATLAB How to call a value from the command window to the editor window, while the value does not appear on the workspace. the ...
3 years ago | 2 answers | 0
2
answersQuestion
combining results into a single matrix
Code: h = [1 2 3 4 5]; for i = 2:4 First_Matrix = [h(i-1) h(i) h(i+1) ] end Result: First_Matrix = 1 2 ...
3 years ago | 1 answer | 0
1
answerQuestion
From equation to matrix with for loop
How can somone change equation into matrix with a for loop? For example if you have something like this: for i = 1:10 1*x...
3 years ago | 1 answer | 0