Tin Nguyen
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
36,566
of 296,468
REPUTATION
1
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
1
RANK
of 20,379
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 156,514
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
What am I doing wrong in my code? Trying to detect if array has NaN.
So this is my code: x = [ NaN NaN 24 ] if isnan(x)==1 A=2 else A=min(x) end So I ...
9 years ago | 1 answer | 0
1
answerQuestion
How to find complex numbers in an array and turn it into something else?
So if I had an array that contains real numbers and complex number such as this: r = 0.2876 + 0.3069i 0.2876 - 0.30...
9 years ago | 1 answer | 0
1
answerQuestion
How to select specific elements in a matrix?
Say I have a 10x10 matrix x = 17 24 1 8 15 23 5 7 14 16 4 6 13 20 ...
9 years ago | 1 answer | 1
1
answerQuestion
Writing strings on multiple lines
Hi, I am trying to draw a graph with the following code: figure plot(x,dfdx4,'k-',x,dfdx5,'b-',x,dfdx6,'g-', x,fx4, ...
9 years ago | 2 answers | 0
2
answersQuestion
How to find all the even numbers in a vector?
Say we have a vector x=[ 1 1 2 2 2 2 3 3 3 3 4 4 4 ] and I want to find all the even numbers but subtract is by 1 so that the ve...
9 years ago | 1 answer | 0