Has the MATLAB 'mget' function changed from versions R2020a to R2024a?
조회 수: 2 (최근 30일)
이전 댓글 표시
I ask this question becasue i have a script that runs perfectly well in the 2020 version using mget. Once i upgraded to 2024 the mget function started to run into issues and now i get an error every time i use it. Can i get some guidance on how to fix this?
댓글 수: 2
Cris LaPierre
2024년 6월 14일
If there were changes, they weren't big enough to be included in the version history (see here).If you are seeing unexpected or changed hehavior, I recommend contacting support.
답변 (1개)
Ganesh
2024년 6월 14일
Hi @Gavin
The following are the documentation links of "mget()" function from 2020b and 2024a:
No implementation changes have been made, and the major difference I found was that "mget()" now accepts SFTP objects too. From the look of it, there is no regression/limitations since r2020b.
Getting the exact error here might help. Also, ensure that all required permissions are granted for "mget()" to work the way it should.
If "mget()" behaves differently on r2020 and r2024a at the same time, I suggest you to reach out to MathWorks Technical Support:
댓글 수: 3
참고 항목
카테고리
Help Center 및 File Exchange에서 FTP File Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!