수정 이
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
64.982
of 295.467
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
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 to graph vector fields containing scalar
I'm trying to graph some vector fields . F(x,y,z)-<1,2,z> F(x,y)=<0.3, -0,4) my code is look like this >> [x,y,z]=meshgrid...
ongeveer 4 jaar ago | 1 answer | 0
1
answerQuestion
I can't graph multivariable function that contains cos function doens't work
I'm trying to graph f(x,y)=(e^x )* cos(y) By using ulframalpha, I found that the graph should look like this. >> x=[-4*pi:...
ongeveer 4 jaar ago | 1 answer | 0
1
answerQuestion
I want to sketch the parametric euqations lies on the cone, but the cone is so small and the lines are sparser than it should be.
parametric euqations is x=tcost, y=tsint, z=t and the euqation of the cone is z^2=x^2+y^2 my code looks like this t=linspace(...
ongeveer 4 jaar ago | 1 answer | 0
1
answerQuestion
How to solve 'vector must be the same length', 'functions behave unexpectedly' errors when graphing vector equation
The vector equation is r(t) = <3, t, 2-t^2> first of all . I tried t=linspace(-10,10); x=3; y=t; z=2-(t.^2); plot3(x,y,z)...
ongeveer 4 jaar ago | 1 answer | 0
1
answerQuestion
I want to sketch one sheeted hyperboloid x^2-y^2+z^2=1 using meshgrid of MATLAB
my code looks like this. u=linspace(-10,10,50); v=linspace(0,2*pi,50); [u,v]=meshgrid(u,v); x=cosh(u).*cos(v); y=sinh(u...
ongeveer 4 jaar ago | 1 answer | 0