Statistiques
6 Questions
0 Réponses
RANG
258 298
of 301 195
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
0
RANG
of 21 190
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 322
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How do I plot the intersection of two equations in 3d?
So I know how to plot two equations on the same plot, but is it possible to plot those two equations and make it so that only th...
environ 8 ans il y a | 1 réponse | 0
1
réponseQuestion
How would I go about plotting an ellipse?
So I have an ellipse (x^2/9)+(y^2/16)+(z^2/9)=1, how do I go about plotting the surface plot of this?
environ 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
How do I plot 2 surf plots in the same figure
so I have 2 surf plots Z1 and Z2. I can plot both separately using surf(X,Y,Z1) and surf(X,Y,Z2) but how do I plot them...
environ 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Error: The expression to the left of the equals sign is not a valid target for an assignment.
I'm trying to integrate this rather nasty integral but i don't get a numerical answer >> syms z >> int((25/4*(2*tan(z/2)*tan...
environ 8 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I plot a 3D function characterized by 2 equations?
So far, I've been plotting 3d functions like so: [X,Y]=meshgrid(-3:0.5:3,-3:0.5:3); Z=2-X-Y; surf(X,Y,Z) b...
environ 8 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I plot a 3D surface bounded over the first octant?
I'm trying to plot the surface X+Y+Z=a bounded in the first octant, where a is a constant. My code so far is as follows, however...
environ 8 ans il y a | 1 réponse | 0
