|
|
Name must be a text scalar |
|
Vy28dapo |
Forum-Newbie
|
|
Beiträge: 1
|
|
|
|
Anmeldedatum: 07.06.23
|
|
|
|
Wohnort: ---
|
|
|
|
Version: ---
|
|
|
|
|
|
Verfasst am: 07.06.2023, 11:19
Titel: Name must be a text scalar
|
|
Hi,
I wan to use the datetime() function to name a folder. Moreover, I want to change the format with the replace() function and later access this folder via dir(). Then I get an error that says "Name must be a text scalar". I suppose the reason lies in the replace function. Is there any other way to do this?
[actual_time = datestr(datetime('now')); % holt die aktuelle Zeit
files = dir([actual_time '\*.txt']); % works
actual_time = fullfile(raplace(actual_time, ':', '-'))
files = dir([actual_time '\*.txt']);] % error
Benutzer-Profile anzeigen
|
|
|
|
|
Harald |
Forum-Meister
|
|
Beiträge: 24.492
|
|
|
|
Anmeldedatum: 26.03.09
|
|
|
|
Wohnort: Nähe München
|
|
|
|
Version: ab 2017b
|
|
|
|
|
|
Verfasst am: 07.06.2023, 13:02
Titel:
|
|
Hallo,
hier gerne die Fragen auf Deutsch stellen.
Abgesehen von dem Tippfehler raplace kann ich hier keinen Fehler nachvollziehen.
Eine Frage natürlich: gibt es denn Verzeichnisse mit dem generierten Namen??
Zitat: |
Then I get an error that says "Name must be a text scalar". I suppose the reason lies in the replace function. |
Normal bekommst du als Teil der Fehlermeldung auch, wo der Fehler ausgelöst wird. Dann muss man nicht mutmaßen.
Grüße,
Harald
_________________
1.) Ask MATLAB Documentation
2.) Search gomatlab.de, google.de or MATLAB Answers
3.) Ask Technical Support of MathWorks
4.) Go mad, your problem is unsolvable ;)
|
|
|
|
|
Einstellungen und Berechtigungen
|
|
Du kannst Beiträge in dieses Forum schreiben. Du kannst auf Beiträge in diesem Forum antworten. Du kannst deine Beiträge in diesem Forum nicht bearbeiten. Du kannst deine Beiträge in diesem Forum nicht löschen. Du kannst an Umfragen in diesem Forum nicht mitmachen. Du kannst Dateien in diesem Forum posten Du kannst Dateien in diesem Forum herunterladen
|
|
Impressum
| Nutzungsbedingungen
| Datenschutz
| FAQ
| RSS
Hosted by:
Copyright © 2007 - 2024
goMatlab.de | Dies ist keine offizielle Website der Firma The Mathworks
MATLAB, Simulink, Stateflow, Handle Graphics, Real-Time Workshop, SimBiology, SimHydraulics, SimEvents, and xPC TargetBox are registered trademarks and The MathWorks, the L-shaped membrane logo, and Embedded MATLAB are trademarks of The MathWorks, Inc.
|
|