system generator mcode的编写可以用sin,cos函数吗?
- UID
- 804628
|
system generator mcode的编写可以用sin,cos函数吗?
sine is not assigned with a value before this point. A misspelling or a switch statement without otherwise statement may cause this error.
我用的时候就会出现这种错误。程序如下:
function a=xl_test(b)
a = sine(b); |
|
|
|
|
|