Feeds
提问
Error using fft Invalid data type.
Here is my code, I get an error while using the fft() function. It is probably because that 't' is a symbolic value. Without cha...
2 years 前 | 2 个回答 | 0
2
个回答提问
Error using displayFormula First argument must be string, char, or cell array of character vectors.
I get an error while using the displayFormula() command clc; syms t; K = 20; Per = 1.5; f1 = 100*((2734*t^5) - (6718*t^...
2 years 前 | 1 个回答 | 0
