Author Topic: Changing plot properties  (Read 1064 times)

Offline TulsaTom

  • Newbie
  • *
  • Posts: 1
  • Matlab Forum
    • View Profile
Changing plot properties
« on: August 10, 2009, 11:53:12 PM »
I have a plot3 command with a handle defined. I then reset line width followed immediately by a get( ) to check it out, and the line width is unchanged from the default. This is done inside a function.

p1=plot3(u(:,1),u(:2),u(:,3));
set(p1,'LineWidth',.1);
get(p1,'LineWidth')

Offline vietanh199x

  • Banned
  • *
  • Posts: 15
  • Matlab Forum
    • View Profile
Re: Changing plot properties
« Reply #1 on: October 16, 2010, 05:45:23 AM »
It is true width will not change and these are the basic commands that one must learn to know!

Matlab and SimuLink Development Forum

Re: Changing plot properties
« Reply #1 on: October 16, 2010, 05:45:23 AM »