필터 지우기
필터 지우기

Promleb in '' fsparse '' installation

조회 수: 28 (최근 30일)
mary m
mary m 2020년 7월 10일
댓글: Golsa Sarvari 2023년 2월 9일
Hi guys,
I want to use ' fsparse ' in one of my codes, so I have downloaded the “stenglib” library . The fsparse is contained within the folder “Fast”.
I dont know how do I install it ?! There is not any explanation about installation.
When I run my main code this error appears: '' MEX-file not found on path '' .
  댓글 수: 2
Umer Zakheer
Umer Zakheer 2022년 12월 21일
Hi,
I also want to use 'fsparse'. But I am getting error while installation.
'Error using mex'.
Error in make (line 163)
mex('-outdir',s,[s '/source/tsum.c']);
I did also try the solution given by Gupta, but still not able to install it. Could you please guide me?
Golsa Sarvari
Golsa Sarvari 2023년 2월 9일
Hello,
First of all, put "Fast" as your current folder, then run the "startup.m" as a script, after that you can type "make" in your command window and mex files will be created. Make sure you have the MinGW-64 on your system.

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

채택된 답변

Abhinav Gupta
Abhinav Gupta 2020년 11월 8일
Make the folder "Fast" as your current folder in MATLAB and then in the command window (of MATLAB) type `make`. This will create the mex files that you can then use in you code as if they were m-files

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by