필터 지우기
필터 지우기

Curve fitting toolbox non funziona solo sul mio ASUS zenbook pro 15

조회 수: 2 (최근 30일)
denise zin
denise zin 2022년 5월 17일
편집: Infinite_king 2023년 10월 11일
I'm working with other people on the same code, it works for everybody except me. We had to download Curve fitting toolbox, they can use the program perfectly while i can't. My code work only if I cancel the part where i use the Curve fitting toolbox.
It work on my brother's pc, that is an hp. My pc is an ASUS zenbook pro 15, is this the problem?
Matlab version: R2022a
ASUS zenbook pro 15
Inter® Core™ i7-10870H CPU
RAM 16 GB
Intel® UHD Graphics
NVIDIA GeForce GTX 1650 Ti with Max-Q Design
windows 10 home
Please help me, I'm desperate.

답변 (1개)

Infinite_king
Infinite_king 2023년 10월 11일
편집: Infinite_king 2023년 10월 11일
Hi Denise Zin,
I understand that you are not able to use the ‘Curve Fitting Toolbox’ functions.
This is possibly because of missing other required toolboxes. Try following troubleshooting steps,
  • ‘logncdf’ function requires ‘Statistics and Machine Learning Toolbox’, check If you have installed this toolbox. You can use the below command to get the list of installed toolboxes.
addons = matlab.addons.installedAddons
  • If the ‘Statistics and Machine Learning Toolbox’ is not in the list, then you have to install this toolbox. To install the toolbox, you can use Add-On Explorer,
a. Open Add-On Explorer
b. In the search box, type ‘statistic and machine learning’.
c. Open the first result and select ‘install’ option
restoredefaultpath
rehash toolboxcache
For more information on Statistic and Machine learning toolbox and Curve fitting toolbox, refer the following resources,
  1. https://www.mathworks.com/products/curvefitting.html
  2. https://www.mathworks.com/products/statistics.html
Hope this is helpful.

카테고리

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

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by