Community Profile

photo

Colin


TU München

Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
A very strange exception when running a mex file - "a corruption of the heap, which indicates a bug in MATLAB.exe"
As I wrote in the comment, I got the same error. After a step by step commenting out of code I found the error. I called the...

11 years ago | 0

Answered
problem to solve an EDO
If I understand this correct, you want to solve an implicit system of differential equations, as for example de/dt is part of yo...

11 years ago | 0

Answered
problem to solve an EDO
This is, what you coded: y(5)=sign(y(1)-y(2)-y(3))*dy(4) dy(2)=C1*dy(5)-D1*y(2)*dy(4) dy(3)=C2*dy(5)-D2*y(3)*dy(4) d...

11 years ago | 0

Answered
problem to solve an EDO
next to y = zeros(5,1); you should also initiate dy = zeros(5,1); otherwise Matlab does not know of wich size dy is How d...

11 years ago | 0

Answered
swap matrix positions in 3d matrices
a(1,[1 2],:) = a(1,[2 1],:);

11 years ago | 0

Answered
problem to solve an EDO
Did you check the dimensions of sg0?

11 years ago | 0

| accepted

Question


Displaying preview of arguments of a mexfunction while coding
Hi, Is it possible to display the arguments of a mexfunction while coding, like it displays the arguments after coding a '('...

11 years ago | 0 answers | 0

0

answers