Data is not valid NDGRID format
古いコメントを表示
Hi Matlab Community,
I'm a new user of Matlab program. I got the error when I used the griddedInterpolant function to interpolate the data, this error is displayed in the below.
In addition, I also attach my controlling script in this post.
Please help me to resolve this problem!
Any suggestions will be appreciated.
Thanks all,
Bests,
Manh,
Error using griddedInterpolant
Data is not valid NDGRID format
Error in
FCr = griddedInterpolant(daplon,fliplr(daplat),fliplr(hs),method);
10 件のコメント
KSSV
2021 年 6 月 3 日
What is specpts? This is not defined in the code.
Manh Nguyen
2021 年 6 月 3 日
KSSV
2021 年 6 月 3 日
It showing different errors now.....
Manh Nguyen
2021 年 6 月 3 日
KSSV
2021 年 6 月 3 日
setup_nctoolbox
Manh Nguyen
2021 年 6 月 3 日
編集済み: Manh Nguyen
2021 年 6 月 4 日
Scott MacKenzie
2021 年 6 月 4 日
It would be better if you post a small subset of your data -- enough to demonstrate, via code you also post, the issue you are trying to resolve.
Manh Nguyen
2021 年 6 月 4 日
Scott MacKenzie
2021 年 6 月 4 日
Please re-read my comment. Posting "all your material" burdens anyone trying to help you with downloading, unzipping, importing multiple files, etc. I suggest you figure out a way to distill the issue down to something more manageable. It's usually best just to post a single spreadsheet or text data file and some code that accesses that data and demonstrates the issue you are trying to resolve.
Manh Nguyen
2021 年 6 月 4 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Downloads についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!