Is there a code to take values from the fprintf ?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
stavros boutsikos
le 9 Nov 2020
Commenté : Star Strider
le 10 Nov 2020
fprintf('% 5d %8.3i %8.3i\n',i,strain,stress)
is there a code that can extract the last column of my fprint? the stresses?
thank you very much in advance
0 commentaires
Réponse acceptée
Star Strider
le 9 Nov 2020
Since you are printing to the Command Window and not a file, likely not.
However ‘stress’ is obviously in your workspace, so there is no need for you to extract it. Just use the value you have.
4 commentaires
James Tursa
le 10 Nov 2020
@Star: I was actually responding to a comment made by OP, which has since been deleted for some reason.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Stress and Strain 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!