Answered Plot data in loop with num2str
If you want to display something on your workspace, use disp() instead of plot()
balyr=1752;
endyr=1966;
for k = baly...
Answered Logarithms between 0 and 1 and ratios
Hi Juan
Suppose you have to divide two very small numbers x, y. And assume that 0<x<<0 and also 0<y<<0. A mathematical corre...
Answered Find all roots of non linear equation
Dear IlPadrino
Your equation is not a "nonlinear" equation.
If you try to search its roots fist at the interval [0, +inf) ...
7 years ago | 0
Answered how to round the binary bit into 8 bit
Hi AR
The best you have to do is to use fi objects.
I recommend to have a look on matlab help site on this topic.
By th...