| Author |
Comment/Response |
Moritz Haag
|
11/30/05 05:13am
Hello, loading the ControlSystems Package using
<<ControlSystems` or Needs["ControlSystems`"]
Replys no error and
$Packages seem to contain everything I need (see attached out).
I tried the FAQ and found http://support.wolfram.com/mathematica/packages/loading/functionsnotworking.html
But it does not help me.
Names["ControlSystems`*"]
Out[]={TransferFunction}
In[61]:=
\!\(TransferFunction[s, 1\/s]\)
Out[61]=
\!\(TransferFunction[s, 1\/s]\)
Seems as if the function is unknown. But it is put in the correctNameSpace. S
In[62]:=
StateSpace[%]
Out[62]=
\!\(StateSpace[TransferFunction[s, 1\/s]]\)
StateSpace is put in the NameSpace Global.
Seems very strange. Needs["EE`"] and UsingBodePlot works fine.
Please send me every suggestion you have. Everything can help me. And I need it soon.
Yours,
Moritz
Out[38]=
{EE`EEPlots`,ControlSystems`Connections`,ControlSystems`Conversions`,\
ControlSystems`Developer`,Statistics`Common`MultivariateCommon`,Statistics`\
Common`RegressionCommon`,Statistics`Common`PopulationsCommon`,Statistics`\
ConfidenceIntervals`,Statistics`LinearRegression`,Statistics`Common`\
DistributionsCommon`,DiscreteMath`Tree`,Statistics`DataManipulation`,\
Statistics`DescriptiveStatistics`,Statistics`NormalDistribution`,\
LinearAlgebra`Orthogonalization`,LinearAlgebra`MatrixManipulation`,\
ControlSystems`Common`,ControlSystems`Resolver`,ControlSystems`,Geometry`\
Rotations`,Graphics`Animation`,Utilities`FilterOptions`,Graphics`Common`\
GraphicsCommon`,Graphics`Graphics`,EE`Polar`,EE`Tools`,EE`,Global`,System`}
URL: , |
|