Why does patch crash matlab?

1 回表示 (過去 30 日間)
ImKr
ImKr 2018 年 6 月 5 日
編集済み: Ardyn Olszko 2018 年 8 月 8 日
When I try to use patch with the attached files, matlab gets an internal Problem and crashes (and I have to restart) and I can not figure out why. I just want to do: figure(); patch(xP,yP, 'b');
  1 件のコメント
Steven Lord
Steven Lord 2018 年 6 月 5 日
What release of MATLAB are you using?
What operating system?
What graphics driver version?
At the end of the crash log file, there should have been a message asking you to send the log to Technical Support for investigation. Have you done so? If you haven't, you can use the Contact Us link in the upper-right corner of this page to contact them. When or if you do contact Support, the answers to those three questions would be useful for the Support staff in investigating this crash.

サインインしてコメントする。

採用された回答

Kodavati Mahendra
Kodavati Mahendra 2018 年 6 月 5 日
編集済み: Kodavati Mahendra 2018 年 6 月 5 日
Is that so, it doesn't crash my system. Attached the code for reference
%clear all; close all; clc
load('xP.mat'); load('yP.mat');
patch(xP,yP,'b');
  2 件のコメント
ImKr
ImKr 2018 年 6 月 5 日
編集済み: ImKr 2018 年 6 月 5 日
I am doing exactly the same and it is not working. But thanks anyway
Ardyn Olszko
Ardyn Olszko 2018 年 7 月 17 日
編集済み: Ardyn Olszko 2018 年 8 月 8 日
ImKr, I am having the same problem. Did you find a solution?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by