Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.

image text in transcribed
image text in transcribed
Q Search Documentation Stephanie

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions