hyper text display problem: " and ' inside href = " "
Show older comments
disp(['<a href="matlab: system(''"C:\p q.exe" "D:\ w rd.txt", -n45'')','">click me to run a file</a>']);
The hyperlink terminated at system(', so I cannot click it to run the command.
Answers (2)
Walter Roberson
on 20 May 2019
Edited: Walter Roberson
on 20 May 2019
0 votes
Code the inner " as " or "
1 Comment
raym
on 20 May 2019
Categories
Find more on Adding custom doc in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!