Gistlib Logo

gistlib

write 10^-5 in matlab in matlab

You can write 10^-5 as 1e-5 in Matlab.

main.m
num = 1e-5;
12 chars
2 lines

This represents 10 to the power of -5 which is 0.00001.

similar matlab code snippets

how to calculate the normal distribution in matlab
how to calculate the derivative of a function in matlab
how to calculate the area of a parallelogram in matlab
how to calculate the probability of a logistic distribution in matlab
how to calculate the rayleigh distribution in matlab
how to calculate the area of a square in matlab
how to calculate the volume of a cylinder in matlab
how to calculate the area of a segment in matlab
how to calculate chi-square score in matlab
calculate the area of a triangle in matlab

related categories

matlab
math

gistlibby LogSnag