What is this error means? on mac r2012b: "Undefined function 'impulse' for input arguments of type 'double'."

조회 수: 3 (최근 30일)
for Example i write just:
impulse([1],[1 2 9])
Undefined function 'impulse' for input arguments of type 'double'.
gives this error or:
tf(1,[1 2 9]);
Undefined function 'tf' for input arguments of type 'double'.
every function like this *I Use matlab 2012b on Mac *

답변 (2개)

Thomas
Thomas 2012년 11월 13일
편집: Thomas 2012년 11월 13일
It probably means you not have the Control System Toolbox. Use the ver command to see if you havethe toolbox
ver
or see the output of the following
which impulse
which tf
  댓글 수: 6
Javid azimi
Javid azimi 2012년 11월 21일
thanks Thomas
if i get the account where and how can i download?
u mean that I can connect form university domain to mathworks site and download with university license?
Thomas
Thomas 2012년 11월 21일
편집: Thomas 2012년 11월 21일
IF the license the University license includes the Controls Toolbox and your University email id is authorized to be added to the license. I manage a license for a University and we have to add users email ids to be associated with the accounts or get product key to associate licenses to accounts. If we need extra toolboxes we pay for them to be added to our license.

댓글을 달려면 로그인하십시오.


NN
NN 2012년 11월 13일
편집: NN 2012년 11월 13일
It seems that your function is not defined.
e.g. try something like this to define a function
impuls= @(x,y) x+y

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by