how can i add missing function?

hello, my place func is missing and can't use pole placement and says this function is missing from control toolbox... what should I do?
place(A,B,p)

 采纳的回答

Cris LaPierre
Cris LaPierre 2020-3-13
编辑:Steven Lord 2020-3-14

0 个投票

type which place
The result should be somethign like this: "C:\Program Files\MATLAB\R2019b\toolbox\control\ctrldesign\place.m"
Verify that you have the Control Toolbox by typing ver. The result should be somthing like this:
-----------------------------------------------------------------------------------------------------
MATLAB Version: 9.7.0.1319299 (R2019b) Update 5
MATLAB License Number: YOUR_LICENSE_NUMBER_HERE
Operating System: Microsoft Windows 10 Enterprise Version 10.0 (Build 18362)
Java Version: Java 1.8.0_202-b08 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
-----------------------------------------------------------------------------------------------------
MATLAB Version 9.7 (R2019b)
Control System Toolbox Version 10.7 (R2019b)
Curve Fitting Toolbox Version 3.5.10 (R2019b)
Optimization Toolbox Version 8.4 (R2019b)
Signal Processing Toolbox Version 8.3 (R2019b)
Statistics and Machine Learning Toolbox Version 11.6 (R2019b)
Symbolic Math Toolbox Version 8.4 (R2019b)
If you don't have the Control System Toolbox but have access to it, use the Add-Ons menu in the Home tab toolstrip to get it.
[SL: removed the license number. Your license number should appear where YOUR_LICENSE_NUMBER_HERE appears.]

2 个评论

thanks
I get place.m file from another user and copy it there and it worked.
It's better to use the Add-Ons menu to reinstall the toolbox.

请先登录,再进行评论。

更多回答(0 个)

类别

Community Treasure Hunt

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

Start Hunting!

Translated by