Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
denise zin
denise zin el 17 de Mayo de 2022
Editada: Infinite_king el 11 de Oct. de 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.

Respuestas (1)

Infinite_king
Infinite_king el 11 de Oct. de 2023
Editada: Infinite_king el 11 de Oct. de 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.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by