Filter löschen
Filter löschen

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

2 Ansichten (letzte 30 Tage)
denise zin
denise zin am 17 Mai 2022
Bearbeitet: Infinite_king am 11 Okt. 2023
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.

Antworten (1)

Infinite_king
Infinite_king am 11 Okt. 2023
Bearbeitet: Infinite_king am 11 Okt. 2023
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.

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Produkte


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by