Clear Filters
Clear Filters

Why does patch crash matlab?

2 views (last 30 days)
ImKr
ImKr on 5 Jun 2018
Edited: Ardyn Olszko on 8 Aug 2018
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 Comment
Steven Lord
Steven Lord on 5 Jun 2018
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.

Sign in to comment.

Accepted Answer

Kodavati Mahendra
Kodavati Mahendra on 5 Jun 2018
Edited: Kodavati Mahendra on 5 Jun 2018
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 Comments
ImKr
ImKr on 5 Jun 2018
Edited: ImKr on 5 Jun 2018
I am doing exactly the same and it is not working. But thanks anyway
Ardyn Olszko
Ardyn Olszko on 17 Jul 2018
Edited: Ardyn Olszko on 8 Aug 2018
ImKr, I am having the same problem. Did you find a solution?

Sign in to comment.

More Answers (0)

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!