Creating a fucning in spesific format

4 visualizaciones (últimos 30 días)
Berkay
Berkay el 30 de Ag. de 2022
Respondida: Sulaymon Eshkabilov el 30 de Ag. de 2022
I want to create a fucntion that display the input variable in long format.
How can I do it ?

Respuesta aceptada

Sulaymon Eshkabilov
Sulaymon Eshkabilov el 30 de Ag. de 2022
You may consider using fprintf() by specifying the format specs, e.g.:
F = pi;
fprintf('F = %3.15f \n', F)
F = 3.141592653589793

Más respuestas (0)

Categorías

Más información sobre Entering Commands 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