Statistics
3 Questions
0 Answers
RANK
135,064
of 301,454
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 21,287
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,632
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
How to plot two vectors and the vector produced to their cross product on one graph in 3 dimensions?
So currently I have the following: u = [1 2 3]; v = [0 1 0]; k = [u(2).*v(3) - u(3).*v(2), u(3).*v(1) -u(1).*v(3), u(1).*v(2)...
7 years ago | 1 answer | 0
1
answerQuestion
How can you access the data that was used to plot a streamline?
I'm trying to find a specific point along an arbitrary streamline, how would I get the co-ordinates of such point.
7 years ago | 1 answer | 0
1
answerQuestion
How to remove a specific entry in a calculation
Say if I have a the following code x = linspace(0,10); y = linspace(0,10); [x1, y1] = meshgrid(x, y); r = 1./sqrt(x1 + y1); ...
7 years ago | 0 answers | 0

