Error using filterDesigner (line 85) Value must be a handle. macOS R2025b

조회 수: 38 (최근 30일)
Rafael
Rafael 2025년 10월 27일 3:18
댓글: Rafael 2025년 11월 16일 19:46
>> filterDesigner
Error using filterDesigner (line 85)
Value must be a handle.
----
>> ver
-----------------------------------------------------------------------------------------
MATLAB Version: 25.2.0.2998904 (R2025b)
MATLAB License Number: STUDENT
Operating System: macOS Version: 26.0.1 Build: 25A362
Java Version: Java 11.0.25+9-LTS with Amazon.com Inc. OpenJDK 64-Bit Server VM mixed mode
-----------------------------------------------------------------------------------------
MATLAB Version 25.2 (R2025b)
Simulink Version 25.2 (R2025b)
Control System Toolbox Version 25.2 (R2025b)
Curve Fitting Toolbox Version 25.2 (R2025b)
DSP System Toolbox Version 25.2 (R2025b)
Global Optimization Toolbox Version 25.2 (R2025b)
Image Processing Toolbox Version 25.2 (R2025b)
Instrument Control Toolbox Version 25.2 (R2025b)
Optimization Toolbox Version 25.2 (R2025b)
Parallel Computing Toolbox Version 25.2 (R2025b)
Signal Processing Toolbox Version 25.2 (R2025b)
Simulink Control Design Version 25.2 (R2025b)
Simulink Design Optimization Version 25.2 (R2025b)
Statistics and Machine Learning Toolbox Version 25.2 (R2025b)
Symbolic Math Toolbox Version 25.2 (R2025b)
---
>> which filterDesigner -all
/Applications/MATLAB_R2025b.app/toolbox/signal/sigtools/filterDesigner.m
---
>> status = license('test', 'Signal_Toolbox')
status =
1
---
These were the tests performed and checks, in addition:
  • reinstall the Signal Processing Toolbox and the DSP System Toolbox - Don't work
  • I did a clean install of the complete Matlab
Even after all these tests and procedures I still get the error:
>> filterDesigner
Error using filterDesigner (line 85)
Value must be a handle.
How do I solve this problem??
  댓글 수: 4
Rafael
Rafael 2025년 11월 16일 19:46
I am trying to submit a support request, but when I click to open the support request in the default interface on the home tab, a popup window opens and asks me to log in again, and it gets stuck in this infinite loop. I enter my email and password, it closes and opens the same window again, and I can’t even submit the support request!!! The error remains the same even after the latest update that supposedly fixed the bugs.
I no longer know what to do. This is already absurd, and I’m not the only one complaining about this issue, yet there’s still no solution.
Is there any other way to open a support ticket that doesn’t rely on the application interface??

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

답변 (1개)

Steven Lord
Steven Lord 2025년 10월 27일 15:12
Can you show us the output of these commands?
which -all sigtools.fdatool
/MATLAB/toolbox/signal/sigtools/@sigtools/@fdatool/fdatool.m % sigtools.fdatool constructor
which -all fdatool
/MATLAB/toolbox/signal/sigtools/fdatool.m
I suspect you've installed something that would take precedence over one of those two functions.
  댓글 수: 1
Rafael
Rafael 2025년 10월 27일 21:51
Of course, this was the result, apparently everything was correct, right?
>> which -all sigtools.fdatool
/Applications/MATLAB_R2025b.app/toolbox/signal/sigtools/@sigtools/@fdatool/fdatool.m % sigtools.fdatool constructor
>> which -all fdatool
/Applications/MATLAB_R2025b.app/toolbox/signal/sigtools/fdatool.m

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

카테고리

Help CenterFile Exchange에서 Filter Design and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by