简体   繁体   中英

request in installing matConvNet in matlab?

I'm trying to install matconvent using matlab 2019 when i use the command

untar(' http://www.vlfeat.org/matconvnet/download/matconvnet-1.0-beta25.tar.gz ') ; cd matconvnet-1.0-beta25 i have this error message

Error using untar (line 82) Invalid Tar file C:\\Users\\hp\\AppData\\Local\\Temp\\tpb594175a_5490_4031_bd53_e06522210fb2.gz.

how i can solve this problem to install matConvNet

你需要这样写,它会运行:

untar ('matconvnet-1.0-beta25.tar.gz')

To solve the issue don't follow the instructions showing on the website that ask you to do like this

untar('http://www.vlfeat.org/matconvnet/download/matconvnet-1.0-beta25.tar.gz') ;

BUT change the code line to be like this

untar('matconvnet-1.0-beta25.tar.gz')

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM