hyper text display problem: " and ' inside href = " "
1 回表示 (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (2 件)
Walter Roberson
2019 年 5 月 20 日
編集済み: Walter Roberson
2019 年 5 月 20 日
Code the inner " as " or "
参考
カテゴリ
Help Center および File Exchange で Data Type Conversion についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!