Question: MATLAB SCRIPTING LANGUAGE why do i keep receiving these error messages (especially in line 4) and how do i fix it? When using the 'Run'

MATLAB
SCRIPTING LANGUAGE
why do i keep receiving these error messages (especially in line 4) and how do i fix it?
When using the 'Run' button in matlab under; Run: LoadIntData(FileName)
it works fine
but when this input is entered LoadIntData("... \..\Model\o3_surface_20180701000000.nc'") in place of 'a value for 'FileName' ' under the Run button
i receive the following error messages:

>> LoadIntData("... \..\Model\o3_surface_20180701000000.nc'")

Error using internal.matlab.imagesci.nc/openToRead

Could not open ... \..\Model\o3_surface_20180701000000.nc' for reading.

Error in internal.matlab.imagesci.nc (line 124)

this.openToRead ();

Error in ncinfo (line 95)

ncObj = internal.matlab.imagesci.nc(ncFile);

Error in LoadIntData (line 4)

Contents = ncinfo (FileName); % Store file content in variable.

MATLAB SCRIPTING LANGUAGE why do i keep receiving these error messages (especially
in line 4) and how do i fix it? When using the

Q Search Documentation Stephanie

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!