Why do i receive the error "Error using feval?

5 visualizaciones (últimos 30 días)
Arif Rahmadi
Arif Rahmadi el 28 de Sept. de 2019
Respondida: Walter Roberson el 28 de Sept. de 2019
Why do i receive the error "Error using feval
Error: <a href="matlab:opentoline('C:\Users\LENOVO\Documents\MATLAB|DOSEN.m',84,47)">File: DOSEN.m Line:84 Column: 47</a>
Expression or statement is incorrect--possibly unbalanced(,{,or[.
Error in guidefunc>layoutActivate (line 1157)
feval(fcn);
Error in guidefunc(line 13)
varargout=layoutActivate(varargin{:}); ?
matlab.jpg

Respuesta aceptada

Walter Roberson
Walter Roberson el 28 de Sept. de 2019
Your file MATLAB|DOSEN.m has a syntax error, and GUIDE is not able to open it properly for editing . The error is on line 84, column 47.
With the information given, we do not know what is at that line.
You will need to use the regular edit features to fix that syntax error before you can continue with GUIDE.

Más respuestas (0)

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2012b

Community Treasure Hunt

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

Start Hunting!

Translated by