필터 지우기
필터 지우기

error in MATLAB while shutting down

조회 수: 2 (최근 30일)
Ricky
Ricky 2013년 7월 6일
I am trying to close my MATLAB but getting the following error
Attempt to execute SCRIPT builtin as a function: C:\ProgramFiles\MATLAB\R2010b\toolbox\compiler\mcr\matlab\lang\builtin.m
I just clicked on the windows close icon. Even when I type close all
Error: File: close.m Line: 1 Column: 25 The input character is not valid in MATLAB statements or expressions.
What can be the problem.

답변 (1개)

per isakson
per isakson 2013년 7월 6일
Try
which builtin -all
it should return one line similar to
built-in (C:\Program Files\MATLAB\R2012a\toolbox\matlab\lang\builtin)
The error message indicates that you have a script named builtin, which is called instead of the Matlab function. If so, rename that script.

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by