about function rats and how to output to .txt
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
In Figure 1, I want to express the number of numbers in my file (test1.txt) plus pi
For example: -1.17809724509617 convert to -3/8*pi
The problem I am having now is that I have a large space after using rats.
Causes me to output to txt when there is a comma in front like Figure 2
what should I do?
0 commentaires
Réponse acceptée
Adam Danz
le 11 Nov 2019
a1 = strtrim(rats(a/pi));
Use strtrim() to remove leading and trailing white space.
2 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Interpolation 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!