How to skip warning

조회 수: 2 (최근 30일)
杜 宇
杜 宇 2023년 4월 11일
댓글: Adam Danz 2023년 4월 11일
When I load a large NCFD file, I will have the following warning:
File Size is more than 1.5GB. Loading all the variables at a time takes lot of time and may be your MATLAB freeze up.
Do you still want more? Y/N [Y]:
I need to input Y evertime. How to skip the warning?
  댓글 수: 1
Adam Danz
Adam Danz 2023년 4월 11일
How are you loading that file? That doesn't sounds like a MATLAB warning.

댓글을 달려면 로그인하십시오.

답변 (1개)

KSSV
KSSV 2023년 4월 11일
Try warning off...
Any ways it is better not to load whole netcdf file at once.

카테고리

Help CenterFile Exchange에서 NetCDF에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by