Using variable value to name a folder

1 vue (au cours des 30 derniers jours)
hdiba
hdiba le 25 Avr 2016
Commenté : hdiba le 25 Avr 2016
hi, i have a variable called Name in workspace and would like to save a table to csv using the Name value. Example: Name=4205; writetable(T,?????);
name of output file should be 4205.csv
thanks!

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 25 Avr 2016
Modifié(e) : Azzi Abdelmalek le 25 Avr 2016
Name=4205;
writetable(T,sprintf('%d.csv',Name));
  1 commentaire
hdiba
hdiba le 25 Avr 2016
Thanks a lot!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Tables 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!

Translated by