Matlab funktion plotten - krieg ich nich hin!

Neue Frage »

Rüdigger Auf diesen Beitrag antworten »
Matlab funktion plotten - krieg ich nich hin!
Meine Frage:
(x^2+y^2-1)^3-x^2*y^3=0 das ist die Funktion und die will ich in Matlab gern mal plotten weil was witziges raus kommen soll .... aber ich hab da leider keinen plan von ^^

Meine Ideen:
Wie gesagt keine Ahnung
tigerbine Auf diesen Beitrag antworten »
RE: Matlab funktion plotten - krieg ich nich hin!
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
 help surf

 SURF   3-D colored surface.
    SURF(X,Y,Z,C) plots the colored parametric surface defined by
    four matrix arguments.  The view point is specified by VIEW.
    The axis labels are determined by the range of X, Y and Z,
    or by the current setting of AXIS.  The color scaling is determined
    by the range of C, or by the current setting of CAXIS.  The scaled
    color values are used as indices into the current COLORMAP.
    The shading model is set by SHADING.
 
    SURF(X,Y,Z) uses C = Z, so color is proportional to surface height.
 
    SURF(x,y,Z) and SURF(x,y,Z,C), with two vector arguments replacing
    the first two matrix arguments, must have length(x) = n and
    length(y) = m where [m,n] = size(Z).  In this case, the vertices
    of the surface patches are the triples (x(j), y(i), Z(i,j)).
    Note that x corresponds to the columns of Z and y corresponds to
    the rows.
 
    SURF(Z) and SURF(Z,C) use x = 1:n and y = 1:m.  In this case,
    the height, Z, is a single-valued function, defined over a
    geometrically rectangular grid.
 
    SURF(...,'PropertyName',PropertyValue,...) sets the value of the 
    specified surface property.  Multiple property values can be set
    with a single statement.
 
    SURF returns a handle to a SURFACE object.
 
    AXIS, CAXIS, COLORMAP, HOLD, SHADING and VIEW set figure, axes, and 
    surface properties which affect the display of the surface.
 
    See also SURFC, SURFL, MESH, SHADING.
Rüdigger Auf diesen Beitrag antworten »

Was meinste eigentlich wieso ich hier nachfrage??
bestimmt nicht damit ich irgend eine anleitung bekomme die ich eh nicht verstehe... solche beiträge sind doch einfach nur kacke!!!
tigerbine Auf diesen Beitrag antworten »

Dir auch noch ein schönes Wochenende. Wink
Neue Frage »
Antworten »



Verwandte Themen

Die Beliebtesten »
Die Größten »
Die Neuesten »