Specified directory not found in NIMROD_wintest1
1 次查看(过去 30 天)
显示 更早的评论
Hi,
can anyone help please? I am not sure what am I doing wrong here, calling a function but getting the error shown below. attaching the function file with the post
Error:
Error using NIMROD_wintest1
Specified directory not found in NIMROD_wintest1
Error in rainfall_nimrod (line 5)
status = NIMROD_wintest1( 'C:\User\Document\202209200920_nimrod_ng_radar_rainrate_composite_1km_UK_cutout_Ireland_329x432');
Code:
close all; clear all; clc;
dirname = 'C:\User\Document\202209200920_nimrod_ng_radar_rainrate_composite_1km_UK_cutout_Ireland_329x432';
[ status ] = NIMROD_wintest1( dirname)
>>
0 个评论
回答(0 个)
另请参阅
类别
Find more on File Operations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!