GMLC-TDC/matHELICS

Error While Executing buildHelicsInterface.m

Closed this issue · 3 comments

Afternoon,

I get this error when running the buildHelicsInterface.m script:

buildHelicsInterface

Error using matlab.io.internal.archive.core.builtin.extractArchive
Invalid TAR file /home/ali/Downloads/matHELICS-main/helicsTar.tar.gz.

Error in untar (line 84)
files = matlab.io.internal.archive.core.builtin.extractArchive(tarFilename, outputDir, 'tgz');

Error in buildHelicsInterface (line 32)
untar('helicsTar.tar.gz');

So how to resolve this?