choose number of significant digits in matlab for whole code

108 Views Asked by At

I'm trying to format my code in such a way that a chosen number of significant digits are saved, throughout the whole code. Basically, I'm looking for something that does the same as the function round(x, d, 'significant'), but will retain this effect during calculations. Any ideas?

0

There are 0 best solutions below