photo

Colin


TU München

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

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

11 years 前 | 0

已回答
problem to solve an EDO
Did you check the dimensions of sg0?

11 years 前 | 0

| 已接受

提问


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 前 | 0 个回答 | 0

0

个回答