필터 지우기
필터 지우기

how to un-share scope in matlab

조회 수: 3 (최근 30일)
Hossam Mosbah
Hossam Mosbah 2022년 5월 8일
답변: Anjaneyulu Bairi 2024년 1월 9일
Hi all. I am having an issue with matlab, when i plot vector in workspace, it automatically open the scope in siumlink. I do not know why. All I did that I installed image processing toolbox. Thanks
In matlabshared.scopes.tool.PlotNavigation/performAutoscale (line 83)
In matlabshared.scopes.tool.PlotNavigation/autoscaleSplitClickedCallback (line 6)
In matlabshared.scopes.tool.PlotNavigation/renderToolbars>@(varargin)this.autoscaleSplitClickedCallback(varargin{:}) (line 100)
In matlabshared.scopes.tool.PlotNavigation/performAutoscale (line 83)
In matlabshared.scopes.tool.PlotNavigation/autoscaleSplitClickedCallback (line 6)
In matlabshared.scopes.tool.PlotNavigation/renderToolbars>@(varargin)this.autoscaleSplitClickedCallback(varargin{:}) (line 100)
In matlabshared.scopes.tool.PlotNavigation/performAutoscale (line 83)
In matlabshared.scopes.tool.PlotNavigation/autoscaleSplitClickedCallback (line 6)
In matlabshared.scopes.tool.PlotNavigation/renderToolbars>@(varargin)this.autoscaleSplitClickedCallback(varargin{:}) (line 100)
  댓글 수: 1
Ravi
Ravi 2023년 12월 8일
Could you please share a screenshot of the error, especially the name of the error/exception?

댓글을 달려면 로그인하십시오.

답변 (1개)

Anjaneyulu Bairi
Anjaneyulu Bairi 2024년 1월 9일
Hi,
I understand that you are getting an issue with plotting after installing image processing toolbox. The error messages you shared are related to the exception thrown while creating figure. Try below troubleshooting steps which might resolve your query.
  • Check the default figure create function by running the command - get(0,DefaultFigureCreateFcn) , If it returns any Simulink related libraries information then set it to empty.
  • Check plot function from where it is getting called by running the below command.
which plot
  • Uninstall the image processing toolbox as it is causing issue and reinstall it.
  • Rehash the MATLAB after installing and try to plot.To rehash execute the below command
rehash
Hope it helps to resolve your query.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by