How can I write in MATLAB the D19-12 format?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi there!
In the text below is used the D19-12 format. I have to use this numbers, they are inputs for my function. My teacher told me to extract each number, to assign it a name and to create a script with all. I have no clue what D19-12 means and how can I write it. 0.442070886493D-04, how can I write his number? What that D means? Thank you!
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/171769/image.png)
2 commentaires
Walter Roberson
le 15 Avr 2018
Modifié(e) : Walter Roberson
le 15 Avr 2018
What is shown is not in D19-12 format. Fortran D format always requires space for the exponent including the sign for the exponent.
The difference is important in order to permit values to be properly broken out.
I thought for a moment it might be Fortran G format, but checking the details of G format again I can see that cannot be the case.
Réponses (0)
Voir également
Catégories
En savoir plus sur Fortran with MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!