Author Topic: contour in matlab  (Read 950 times)

Offline mahmud_mohammadi

  • Newbie
  • *
  • Posts: 1
  • Matlab Forum
    • View Profile
contour in matlab
« on: January 19, 2011, 04:06:22 PM »
Atfirst, I do apologize due to any grammatical mistake which has been arised inthe text below;
Ihave been plotted a 3D counter plot via the command ‘[C,h]=contour3(w,p,green3,10);’,where a three-dimensional figure is produced correctly in my figure table.
Ineed to attain the coordinates of some points on curves, I mean (x,y,z) foreach extremum of a curve.
Ihave to tell that, while I am using the commands,
t =clabel(C,h,'labelspacing',72)
and
get(t(1)),
inthe results I have a line titled
“Position= [-0.527223 1.90798 0.0119017]”
which is my desire. My question is how I can getthe elements of the “Position” vector. I need the command for execution.
Withdeep respect, I remain

Matlab and SimuLink Development Forum

contour in matlab
« on: January 19, 2011, 04:06:22 PM »