[Report Generator _ Error] 'Could not successfully parse URI string.'
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi, I experienced an issue with Report Generator. I tried to run the example at the bottom of this Mathwork page.
When run, I got the following error:
Error using mlreportgen.dom.Document/close
Error closing document package: Could not successfully parse URI string.
Error in test_image_hyperlink (line 27)
close(d);
This occurs only if I want to create a PDF version. If I try HTML, it works fine.
I didn't figure out the problem yet, anyone could help me?
Matlab ver.: R2017b
macOS: 10.13.3 (High Sierra)
Best regards.
1 comentario
Matlab User
el 1 de Jul. de 2021
If you have a speciail character in the file/folder path, this error may occur. I had experienced this error when I used "[" in the file path. After removing "[", the issue was solved.
Respuestas (0)
Ver también
Categorías
Más información sobre MATLAB Report Generator en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!