can't start classification learner and writing restoredefaultpath doesn't fix it

6 ビュー (過去 30 日間)
Ri go
Ri go 2024 年 12 月 9 日
編集済み: Ri go 2024 年 12 月 10 日
i've tried to search and look for all sorts of alternatives, even reinstalling matlab, and it doesn't seem to work neither
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Error using erase
Too many input arguments.
Error in mlearnapp.internal.ui.savesession.SessionSaveLoadController (line 108)
this.MATLABRelease = erase(versionInfo.Release, {'(',')'});
Error in mlearnapp.internal.model.ModelFactory/createSessionSaveLoadController (line 430)
sessionSaveLoadController = mlearnapp.internal.ui.savesession.SessionSaveLoadController(session, dialogFactory, problemDependentToolstripFactory, fileUtilities, appConfiguration);
Error in mlearnapp.internal.model.Session (line 168)
this.SessionSaveLoadController = this.ModelFactory.createSessionSaveLoadController(this, problemDependentToolstripFactory);
Error in mlearnapp.internal.model.SessionFactory/createSession (line 18)
session = mlearnapp.internal.model.Session(sessionFactory, modelFactory, metricFactory, validationPartitionFactory, modelList, poolContext, problemDependentToolstripFactory, mainThreadBusyTracker);
Error in classificationLearner (line 100)
session = sessionFactory.createSession(metricFactory, validationPartitionFactory, problemDependentToolstripFactory, mainThreadBusyTracker);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
edit::::::
i fixed it by completely wiping out everything of matlab from my pc and reinstalling matlab
  8 件のコメント
Ri go
Ri go 2024 年 12 月 10 日
it said unrecognized function
>> mpmuninstall("Robotics Toolbox")
Unrecognized function or variable 'mpmuninstall'.
>>
should i fully uninstall and completely wipe clean matlab from my pc and reinstall?
Ri go
Ri go 2024 年 12 月 10 日
i think i fixed it, i literally removed every single file of matlab from my pc by going to all places, installation folder, appdata folders, and documents folder, totally wiped out clean, then i reinstalled with the addons i wanted and now it works, thank you so much for the uninstalling sugestion

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

製品


リリース

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by