Problems calling my basic function in Matlab

前端 未结 0 448
借酒劲吻你
借酒劲吻你 2021-01-30 11:10

So I wrote the following in a script coding window:

function [n] = n(x)
syms q
[n]=(q^(x/2)-q^(-x/2))/(q^(1/2)-q^(-1/2));
end

however I named the

相关标签:
回答
  • 消灭零回复
提交回复
热议问题