Unexpected MATLAB operator.
Ältere Kommentare anzeigen
Hi everyone
When ever I am trying to plot any figure I am getting the following error. Does anyone have any idea how to fix this. My script does not have any error cause I used that many time. Recently I added and deleted few items from path then it started to happen.
Error: File: set.m Line: 1 Column: 1
Unexpected MATLAB operator.
Error in newplot (line 66)
set(fig,'nextplot','add');
Error in contourf (line 70)
cax = newplot(cax);
Error in SST_editor (line 13)
contourf(lon,lat,sst_layer)
1 Kommentar
Are Mjaavatten
am 19 Nov. 2017
Could it be that you have inadvertently modified set.m? Open the file in the editor and check that it is OK.
Antworten (2)
Image Analyst
am 19 Nov. 2017
0 Stimmen
The problem probably originates in a line above it somewhere, like you don't have enough closing parentheses on a line above or something like that.
ABU BAKAR SIDDKE
am 20 Nov. 2017
0 Stimmen
Kategorien
Mehr zu Desktop finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!