There is a definite function solved in the trademark. It is necessary to build a graph, and place points on it only in places where the value is integer, not fractional.
If anyone is interested in specifics, the function looks like:
y = abs((cos(n).^sin(m-3)) + log(sqrt(2)+ 0.2*n + m^2.4) - 3 - (n+2)/(m-3.2))
where n = (-20:0.1:20)
, and m = 16
Plotted y(n)
Since the step is 0.1, then in the plotted graph we have a lot of fractional values. If, for example, to execute the command plot(n,y,':B',n,y,'SM')
, then all the values of n are simply indicated by dots.
That is the question: how to make it so that only integer values are marked?