How do i make user input the name of the file?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
close all
format long
fileName = input('Please enter your name==>', 's');
fprintf('\n');
fid=fopen('fileName.txt','w');
0 commentaires
Réponses (1)
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!