Filter löschen
Filter löschen

Diary doesn't create file, no error in command window

14 Ansichten (letzte 30 Tage)
Samuel
Samuel am 28 Sep. 2023
Beantwortet: Gowtham am 3 Okt. 2023
Any time I try to create a new diary using diary file.txt, it doesn't output to MatlabDrive. I'm using matlab online and it was working just fine the day before, I'm not sure what's causing the problem.

Akzeptierte Antwort

Gowtham
Gowtham am 3 Okt. 2023
Hello Samuel,
I understand you are facing issue when using the diary command in MATLAB Online.
I tried running a sample code snippet to investigate the same issue and discovered that the code executed smoothly, producing the expected output.
For a sample demonstration of the above process, kindly refer to the following steps:
diary sample_file.txt
disp("Hello")
diary off
After executing the above commands in the Command window, the 'sample_file.txt' file is created.
Below is the output of the above commands in 'sample_file.txt'
Please follow the below steps to address the issue:
  • Ensure that you have the appropriate permissions to write files in the designated MATLAB Drive folder.
  • Ensure that the path specified in MATLAB Drive is correct.
  • Verify whether you have reached the storage limit of your MATLAB Drive.
  • It is advisable to maintain a stable internet connection while saving files to MATLAB Drive.
Kindly refer to the following MATLAB documentation for further understanding on the diary function
Hope this helps.
Best Regards,
Gowtham

Weitere Antworten (0)

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by