Envía este guión de Matlab y pídele que simule.

clc
limpiar todo;
cierra todo;
t = -1,59: 0,001: 1,59;
para i = 1: tamaño (t, 2)
x = t (i);
y (i) = (sqrt (cos (x)) * cos (200 * x) + sqrt (abs (x)) – 0.7) * (4-x * x) ^ 0.01;
fin
parcela (t, 10 * y)

Y el resultado será


¡¡¡Disfrutar!!!

La imagen lo dice todo: