Borrar filtros
Borrar filtros

precision

3 visualizaciones (últimos 30 días)
maha sandhya
maha sandhya el 13 de Mzo. de 2012
plz tell how to reduce precision(decimal) in matlab
  1 comentario
James Tursa
James Tursa el 13 de Mzo. de 2012
Your question is too vague. Please provide more detail, with an example.

Iniciar sesión para comentar.

Respuestas (1)

Jan
Jan el 13 de Mzo. de 2012
a = pi; % Now [a] is a double using about 16 digits.
b = single(a); % [b] is a single with about 8 digits.

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by