suigeneris
Computer
hi everybody,
I can't label the axes as I wish. There are several functions I can use, but I think they are all not the ones I need.
With this one it sets the Label 'mm' in the center of my xaxis.
XLabel('mm')
But I like to have the label at the end of the axis in the same row as my specifying numbers. something like this:
10 20 30 40 mm
and the Yaxis:
mm
10
20
30
I know there is the function:
XLabel('mm', 'Position', [r d]);
But I have no idea to get always the right values for r and d.
anybody an idea?
thx
sui
I can't label the axes as I wish. There are several functions I can use, but I think they are all not the ones I need.
With this one it sets the Label 'mm' in the center of my xaxis.
XLabel('mm')
But I like to have the label at the end of the axis in the same row as my specifying numbers. something like this:
10 20 30 40 mm
and the Yaxis:
mm
10
20
30
I know there is the function:
XLabel('mm', 'Position', [r d]);
But I have no idea to get always the right values for r and d.
anybody an idea?
thx
sui