Statistics
RANK
15,009
of 300,753
REPUTATION
2
CONTRIBUTIONS
6 Questions
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
2
RANK
of 21,069
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 170,798
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Loop through a structured array? and referencing individual elements
is there a way to loop through a structured array? A.A=2 A.B=9 A.C=5 A.D=6 is there a way to loop through A to crea...
14 years ago | 1 answer | 0
1
answerproblem using switch with logical operators, (larger than do this or less than do this)
thank you all. not only does it work now, but I also understand why.
14 years ago | 0
problem using switch with logical operators, (larger than do this or less than do this)
Hi thanks for your answer, I just would like to understand why its working/not working. it works fine if I use values instead of...
14 years ago | 0
Question
problem using switch with logical operators, (larger than do this or less than do this)
Hi, If anyone can help me explain why my code (below) does not work that would be very much appreciated. I would expect the re...
14 years ago | 6 answers | 1
6
answersQuestion
Stop a calculation
How do I best stop a calculation, it says that Matlab is busy and it won't even shut down when I hit close. is there a good w...
14 years ago | 1 answer | 1
1
answerQuestion
finding coordinates or locations in matrix?
Hi, I am trying to find a way of extracting the coordinates of the values that are larger than 20 in a magic(5) matrix. I wo...
14 years ago | 1 answer | 0
1
answerQuestion
Array manipulation?
Hi, I'm looking for a piece of code that will replace NaN values in an array with the value immidiatly on top of the NaN valu...
14 years ago | 3 answers | 0
3
answersQuestion
Matrix variable manipulation
Hi, I have a 3x1 string vector and a 3 by 3x3 matrix with values, A= ['AAA';'BBB';'CCC'] B=[1 2 3;1 2 3;1 2 3] what c...
14 years ago | 2 answers | 0
