用matlab求两个未知数的关系式的编程怎么编?比如用x来表示y

2025-04-07 23:56:28
推荐回答(3个)
回答1:

>> syms x
y = arctan(x) + cos(2*x)

回答2:

matlab 是什么东东

回答3:

说清楚些.