Plot Befehl verändert ungewollt die Achsen
wasnun
Forum-Newbie
Beiträge: 6
Anmeldedatum: 13.08.08
Wohnort: ---
Version: ---
Verfasst am : 21.09.2008, 07:41
Titel : Plot Befehl verändert ungewollt die Achsen
Hi Forum,
ich habe ein figure mit axes erstellt. Die axes sollen manuell gesteuert werden.
Sie Auflistung:
Code:
handli.axes1 =axes ( 'Tag ','axes1 ') ;
set ( handli.axes1 ,'ALim ',[ 0.0 ,1.0 ] ) ;
set ( handli.axes1 ,'ALimMode ','manual ') ;
set ( handli.axes1 ,'AmbientLightColor ',[ 1.0 ,1.0 ,1.0 ] ) ;
%set ( handli.axes1 ,'BeingDeleted ','off ') ;
set ( handli.axes1 ,'Box ','off ') ;
set ( handli.axes1 ,'BusyAction ','queue ') ;
set ( handli.axes1 ,'ButtonDownFcn ','') ;
set ( handli.axes1 ,'CLim ',[ 0.0 ,1.0 ] ) ;
set ( handli.axes1 ,'CLimMode ','auto ') ;
set ( handli.axes1 ,'CameraPosition ',[ 0.5 ,0.5 ,9.16 ] ) ;
set ( handli.axes1 ,'CameraPositionMode ','auto ') ;
set ( handli.axes1 ,'CameraTarget ',[ 0.5 ,0.5 ,0.5 ] ) ;
set ( handli.axes1 ,'CameraTargetMode ','auto ') ;
set ( handli.axes1 ,'CameraUpVector ',[ 0.0 ,1.0 ,0.0 ] ) ;
set ( handli.axes1 ,'CameraUpVectorMode ','auto ') ;
set ( handli.axes1 ,'CameraViewAngle ',6.609 ) ;
set ( handli.axes1 ,'CameraViewAngleMode ','auto ') ;
set ( handli.axes1 ,'Clipping ','on ') ;
set ( handli.axes1 ,'Color ',[ 0.9 ,0.9 ,0.9 ] ) ;
set ( handli.axes1 ,'CreateFcn ','') ;
%set ( handli.axes1 ,'CurrentPoint ',[ 0.0 ,0.0 ] ) ;
set ( handli.axes1 ,'DataAspectRatio ',[ 1.0 ,1.0 ,1.0 ] ) ;
set ( handli.axes1 ,'DataAspectRatioMode ',[ 'auto '] ) ;
set ( handli.axes1 ,'DeleteFcn ','') ;
set ( handli.axes1 ,'DrawMode ','normal ') ;
set ( handli.axes1 ,'FontAngle ','normal ') ;
set ( handli.axes1 ,'FontName ','Arial ') ;
set ( handli.axes1 ,'FontSize ',8.0 ) ;
set ( handli.axes1 ,'FontUnits ','points ') ;
set ( handli.axes1 ,'FontWeight ','normal ') ;
set ( handli.axes1 ,'GridLineStyle ','- ') ;
set ( handli.axes1 ,'HandleVisibility ','on ') ;
set ( handli.axes1 ,'HitTest ','on ') ;
set ( handli.axes1 ,'Interruptible ','on ') ;
set ( handli.axes1 ,'Layer ','bottom ') ;
set ( handli.axes1 ,'LineStyleOrder ','. ') ;
set ( handli.axes1 ,'LineWidth ',0.25 ) ;
set ( handli.axes1 ,'MinorGridLineStyle ',': ') ;
set ( handli.axes1 ,'NextPlot ','replace ') ;
set ( handli.axes1 ,'PlotBoxAspectRatio ',[ 1.0 ,1.0 ,1.0 ] ) ;
set ( handli.axes1 ,'PlotBoxAspectRatioMode ','auto ') ;
set ( handli.axes1 ,'Position ',[ 0.04 ,0.52 ,0.8 ,0.44 ] ) ;
set ( handli.axes1 ,'Projection ','orthographic ') ;
set ( handli.axes1 ,'SelectionHighlight ','on ') ;
set ( handli.axes1 ,'Tag ','ax2 ') ;
set ( handli.axes1 ,'TickDir ','out ') ;
set ( handli.axes1 ,'TickDirMode ','manual ') ;
set ( handli.axes1 ,'TickLength ',[ 0.005 ;0.005 ] ) ;
%set ( handli.axes1 ,'UIContextMenu ','<None> ') ;
set ( handli.axes1 ,'Units ','normalized ') ;
set ( handli.axes1 ,'UserData ','') ;
set ( handli.axes1 ,'View ',[ 0.0 ,90.0 ] ) ;
set ( handli.axes1 ,'Visible ','on ') ;
set ( handli.axes1 ,'XAxisLocation ','bottom ') ;
set ( handli.axes1 ,'XColor ',[ 0.0 ,0.0 ,0.0 ] ) ;
set ( handli.axes1 ,'XDir ','normal ') ;
set ( handli.axes1 ,'XGrid ','on ') ;
set ( handli.axes1 ,'XLim ',[ 0.0 ,1.0 ] ) ;
set ( handli.axes1 ,'XLimMode ','auto ') ;
set ( handli.axes1 ,'XMinorGrid ','off ') ;
set ( handli.axes1 ,'XMinorTick ','on ') ;
set ( handli.axes1 ,'XScale ','linear ') ;
set ( handli.axes1 ,'XTick ',[ 0.0 ,0.1 ,0.2 ,0.3 ,0.4 ,0.5 ,0.6 ,0.7 ,0.8 ,0.9 ,1.0 ] ) ;
set ( handli.axes1 ,'XTickLabel ',[ 0.0 ,0.1 ,0.2 ,0.3 ,0.4 ,0.5 ,0.6 ,0.7 ,0.8 ,0.9 ,1.0 ,0.0 ] ) ;
set ( handli.axes1 ,'XTickLabelMode ','auto ') ;
set ( handli.axes1 ,'XTickMode ','auto ') ;
set ( handli.axes1 ,'YAxisLocation ','left ') ;
set ( handli.axes1 ,'YColor ',[ 0.0 ,0.0 ,0.0 ] ) ;
set ( handli.axes1 ,'YDir ','normal ') ;
set ( handli.axes1 ,'YGrid ','on ') ;
set ( handli.axes1 ,'YLim ',[ -1 ,1 ] ) ;
set ( handli.axes1 ,'YLimMode ','manual ') ;
set ( handli.axes1 ,'YMinorGrid ','off ') ;
set ( handli.axes1 ,'YMinorTick ','on ') ;
set ( handli.axes1 ,'YScale ','linear ') ;
set ( handli.axes1 ,'YTick ',[ -1 -0.5 0 0.5 1 ] ) ;
set ( handli.axes1 ,'YTickLabel ',[ -1 -0.5 0 0.5 1 ] ) ;
set ( handli.axes1 ,'YTickLabelMode ','manual ') ;
set ( handli.axes1 ,'YTickMode ','manual ') ;
set ( handli.axes1 ,'ZColor ',[ 0.0 ,0.0 ,0.0 ] ) ;
set ( handli.axes1 ,'ZDir ','normal ') ;
set ( handli.axes1 ,'ZGrid ','off ') ;
set ( handli.axes1 ,'ZLim ',[ 0.0 ,1.0 ] ) ;
set ( handli.axes1 ,'ZLimMode ','auto ') ;
set ( handli.axes1 ,'ZMinorGrid ','off ') ;
set ( handli.axes1 ,'ZMinorTick ','off ') ;
set ( handli.axes1 ,'ZScale ','linear ') ;
set ( handli.axes1 ,'ZTick ',[ 0.0 ,0.5 ,1.0 ] ) ;
set ( handli.axes1 ,'ZTickLabel ','') ;
set ( handli.axes1 ,'ZTickLabelMode ','auto ') ;
set ( handli.axes1 ,'ZTickMode ','auto ') ;
%Der folgende Befehl
plot ( data) ;
(data enthält eine Wavedatei die zuvor mit wavread eingelesen wurde)
verändert die Y Achse entsprechend der Aussteuerung der Wave Audidaten auf z.B. +- 0,15.
Auch das Design der axes, Hintergrundfarbe, wird verändert
Was mache ich falsch?
wasnun?
Edit: Bitte die Code-Umgebung benutzen!
mfg nschlange
nschlange
Ehrenmitglied
Beiträge: 1.320
Anmeldedatum: 06.09.07
Wohnort: NRW
Version: R2007b
Verfasst am : 21.09.2008, 08:06
Titel :
Hi,
es müsste klappen, wenn Du erst Deine Daten plottest und dann die Anpassungen machst. Oder Du machst nach den Einstellungen
Einige von den set-Befehlen sind allerdings überflüssig, nämlich diejenigen, die etwas auf Standardwerte setzen.
_________________ Viele Grüße
nschlange
"Chuck Norris ejakuliert fluessigen Stahl!"
wasnun
Themenstarter
Forum-Newbie
Beiträge: 6
Anmeldedatum: 13.08.08
Wohnort: ---
Version: ---
Verfasst am : 21.09.2008, 08:19
Titel :
Hi nschlange,
danke für die schnelle Antwort!
Toll es funktioniert.
Habe keine Ahnung welche set Befehle überflüssig sind oder auch nicht habe daher alle Befehle angewendet, die werden sowie nur beim ersten Aufruf benutzt.
Leider gibt es keine vernüftige detailiert Anleitung für Matlab in deutscher Sprache.
Die vielen deutschsprachigen Bücher zum Thema befassen sich hauptsächlich mit den mathematischen Problemen und nicht mit dem Werkzeug matlab.
Danke
mfg
wasnun
Einstellungen und Berechtigungen
Du kannst Beiträge in dieses Forum schreiben. Du kannst auf Beiträge in diesem Forum antworten. Du kannst deine Beiträge in diesem Forum nicht bearbeiten. Du kannst deine Beiträge in diesem Forum nicht löschen. Du kannst an Umfragen in diesem Forum nicht mitmachen. Du kannst Dateien in diesem Forum posten Du kannst Dateien in diesem Forum herunterladen
Impressum
| Nutzungsbedingungen
| Datenschutz
| FAQ
| RSS
Hosted by:
Copyright © 2007 - 2024
goMatlab.de | Dies ist keine offizielle Website der Firma The Mathworks
MATLAB, Simulink, Stateflow, Handle Graphics, Real-Time Workshop, SimBiology, SimHydraulics, SimEvents, and xPC TargetBox are registered trademarks and The MathWorks, the L-shaped membrane logo, and Embedded MATLAB are trademarks of The MathWorks, Inc.