trouble opening web pages in the system browser
조회 수: 5 (최근 30일)
이전 댓글 표시
Hi,
I have attached an example html file that has links inside. Suppose the file located in c:\temp, then if I open it with the matlab browser this link:
web('file:///C:\temp/_instruction_set.html#instr_NO_operation_option')
it works correctely and the "_instruction_set.html#instr_NO_operation_option" inside "_instruction_set.html" is linked.
Now if I try to open it in the system browser:
web('file:///C:\temp/_instruction_set.html#instr_NO_operation_option','-browser')
what it is linked is: "_instruction_set.html", namely the top of the page. I am not able to solve the problem: is it a browser protection (I tried both Chrome and edge with the same negative results)? What to do to workaround?
thank you, gianluigi
댓글 수: 2
답변 (1개)
Mario Malic
2021년 1월 31일
Hi,
This should work
web("C:\temp/_instruction_set.html#instr_NO_operation_option")
댓글 수: 2
Mario Malic
2021년 1월 31일
I noticed now what you mean. Yes, that's an issue, and it's going to be hard to find why does it not move to chosen instruction. Especially since, if you copy and paste link directly into browser, it works.
I am not sure how would you deal with this problem other than to use MATLAB's browser or contact customer service to hear what they think about it. Maybe someone else may take a look at this question.
참고 항목
카테고리
Help Center 및 File Exchange에서 Help and Support에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!