フィルターのクリア

How to add function

1 回表示 (過去 30 日間)
John
John 2015 年 7 月 31 日
回答済み: Adam 2015 年 7 月 31 日
I receive this error anytime I run a simulation in Matlab R2014a. How do I go past it.
Undefined function 'wrapTo360' for input arguments of type 'double'.

回答 (1 件)

Adam
Adam 2015 年 7 月 31 日
What do you expect wrapTo360 to be? Is it a toolbox function or one that you wrote or one you downloaded from somewhere?
If it is your own or a 3rd party function you downloaded you just need to add its containing folder to your path using either the
addpath
command or using the 'Set Path' link from the Matlab home tab.

カテゴリ

Help Center および File ExchangeDownloads についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by