Why do I keep receiving this error message in Matlab Iris

조회 수: 8 (최근 30일)
John
John 2023년 3월 8일
답변: Samayochita 2025년 8월 11일
Hello Friends.I have a problem with Matlab/Iris.I keep getting this error.

답변 (1개)

Samayochita
Samayochita 2025년 8월 11일
Hi John,
I understand that you are trying to run the IRIS toolbox in MATLAB, but your script fails on the line meant to start IRIS. The error is due to incorrect syntax.
The error is happening at this line in start.m file:
irisstartup
According to the IRIS toolbox documentation, the command to start IRIS is usually:
iris.startup
(with a dot, because iris is a package and startup is a function inside it).
Also, make sure the IRIS toolbox folder is correctly added to your MATLAB path before this line is run.
Documentation link for your reference:
Hope this helps!

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by