How do i make user input the name of the file?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
close all
format long
fileName = input('Please enter your name==>', 's');
fprintf('\n');
fid=fopen('fileName.txt','w');
0 Commenti
Risposte (1)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!