pyrun!How do I keep more decimals?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
>> pyrun("x1=0.24236152","x1")
ans =
0.2424
pyrun!How do I keep more decimals?
0 Commenti
Risposte (1)
Torsten
il 7 Nov 2022
You keep all decimals in both cases - only the output format is different.
format long
pyrun("x1=0.24236152","x1")
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!