Ao can I display a var-comment-var ?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Biza Ferreira
le 28 Oct 2015
Commenté : Biza Ferreira
le 28 Oct 2015
I have two variables like A and B, now I need to print in command window variable1-comment-variable2 how can I do this?
0 commentaires
Réponse acceptée
Thorsten
le 28 Oct 2015
If A and B are numbers, you can use
disp([num2str(A) ' my comment in between ' num2str(B)])
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!