why my pidtuner isn't working?

Why My pidtuner isn't working?
Why Whenever I type pidTuner in the command window to tune my pid this massage show up?
Undefined function or variable 'localUpdateCheckedPlants'.
Error in pidtool.desktop.pidtuner.ResponsePlotGC/addPlantsMenuItem (line 291)
localUpdateCheckedPlants([],[],plantitem, r0, r, this);
Error in pidtool.desktop.pidtuner.ResponsePlotGC/addPlantResponses (line 152)
this.addPlantsMenuItem(r0, r, id);
Error in pidtool.desktop.pidtuner.ResponsePlotGC/addResponses (line 115)
this.addPlantResponses(srcs, id);
Error in pidtool.desktop.pidtuner.ResponsePlotGC (line 59)
this.addResponses();
Error in pidtool.desktop.PIDTuner/addResponsePlot (line 34)
responseplot = pidtool.desktop.pidtuner.ResponsePlotGC(plottype, responsetype,
this.TC.DataSourcePlot);
Error in pidtool.PIDToolDesktop (line 89)
this.PIDTuner.addResponsePlot('step','r2y');
Error in pidtool (line 109)
eval(cmd);
Error in pidTuner (line 73)
pidtool;
291 localUpdateCheckedPlants([],[],plantitem, r0, r, this);

Answers (1)

Image Analyst
Image Analyst on 12 Dec 2020
You have not defined localUpdateCheckedPlants in your code and it does not exist as a built in function, or on your path. Why do you think it should exist?
What does this say?
>> which -all localUpdateCheckedPlants

Products

Asked:

on 12 Dec 2020

Answered:

on 12 Dec 2020

Community Treasure Hunt

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

Start Hunting!