フィルターのクリア

>> R = worldfilen​ame(getwor​ldfilename​(filename)​, 'geographic', size(RGB));

1 回表示 (過去 30 日間)
Dominic Eslamian
Dominic Eslamian 2020 年 2 月 21 日
コメント済み: Walter Roberson 2020 年 2 月 21 日
Getting Error : Index in position 1 exceeds array bounds (must not exceed 1).
code: >> R = worldfilename(getworldfilename(filename), 'geographic', size(RGB));
>> size (worldfilename)
= 1 10
How can reduce my worldfilename which is a jgw file. or Can I increase array bounds?
My goal is to create a geoshow of Oxnard,CA with RGB = imread(filename) & R = worldfilename(getworldfilename(filename), 'geographic', size(RGB));
  3 件のコメント
Dominic Eslamian
Dominic Eslamian 2020 年 2 月 21 日
yes sorry worldfileread is correct. still get same error : /
Walter Roberson
Walter Roberson 2020 年 2 月 21 日
What shows up for
which worldfilename
which getworldfilename
which size
Also please post your revised line of code so we are sure we are talking about the same thing.
Also break the line into parts on the command line, like testing
getworldfilename(filename)
so that you can isolate which variable it is complaining about.

サインインしてコメントする。

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by