How to dispaly result value?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
hello every one
I want to display results that I obtained
like this:
disp('N= '; N)
but it doesn't work
0 commentaires
Réponse acceptée
Dyuman Joshi
le 13 Juin 2023
Modifié(e) : Dyuman Joshi
le 13 Juin 2023
2 commentaires
Stephen23
le 13 Juin 2023
fprintf('N=%d\n', N)
% ^^ probably with a newline afterwards
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Environment and Settings 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!