图形计算器网站：https://www.desmos.com/calculator?lang=zh-CN

函数：
y=\left(x^{2}\right)^{\frac{1}{3}}+0.9\cdot\left(3.3-x^{2}\right)^{\frac{1}{2}}\cdot\sin\left(0\pi x\right)

Excel公式：
=(A2^2)^(1/3)+0.9*(3.3-A2^2)^(1/2)*SIN($D$2*PI()*A2)

注意：A2单元格为自变量X，$D$2为绝对引用（F4键），D2单元格为参数。