Content Feed
질문
Class that outputs text with formulas in livesript
Hello, I know that symbolic expressions are nicely displayed, but there are heavy limitations I cannot live with. To name one:...
5달 전 | 답변 수: 0 | 0
0
답변질문
Class returns wrong type for patch return variable assigned to an array within a class
Within a class I have an array to store a number of pacthes: classdef Draw3DClass < handle properties Frame ...
약 1년 전 | 답변 수: 1 | 0
1
답변답변 있음
Howto: mingw-w64 Add-on generated mex function that uses a mingw-w64 generated DLL (R2018b)
The question was originated by an improper installation of system wide mingw-w64, I did mistakenly installed a 32 bit version (m...
Howto: mingw-w64 Add-on generated mex function that uses a mingw-w64 generated DLL (R2018b)
The question was originated by an improper installation of system wide mingw-w64, I did mistakenly installed a 32 bit version (m...
4년 이상 전 | 0
| 수락됨
답변 있음
Howto: mingw-w64 Add-on generated mex function that uses a mingw-w64 generated DLL (R2018b)
*Solved!*, *Instructions:* * I've setup mbuild for MinGW-w64 >> mbuild --setup * I've compile the dll using mbuil...
Howto: mingw-w64 Add-on generated mex function that uses a mingw-w64 generated DLL (R2018b)
*Solved!*, *Instructions:* * I've setup mbuild for MinGW-w64 >> mbuild --setup * I've compile the dll using mbuil...
4년 이상 전 | 0
질문
Howto: mingw-w64 Add-on generated mex function that uses a mingw-w64 generated DLL (R2018b)
The matlab compiler is the *mingw-w64 Add on*. To generate the dll, *also system wide mingw-w64 installation* is done. I'm...
4년 이상 전 | 답변 수: 2 | 0
2
답변질문
Unexplainable huge performance degradation
Code to reproduce problem Case 1: tic,for i=1:100 script_1 end,toc Elapsed time is 0.035278 seconds. ...
4년 이상 전 | 답변 수: 1 | 0
1
답변답변 있음
operator overloading: class*number vs number*class
Solution: It seems that it is a question of object precedence when invoking the _mtimes_ defined operator. Changing the de...
operator overloading: class*number vs number*class
Solution: It seems that it is a question of object precedence when invoking the _mtimes_ defined operator. Changing the de...
4년 이상 전 | 1
| 수락됨
답변 있음
operator overloading: class*number vs number*class
After some more trials I presume this is a BUG related to the symbolic toolbox. If I do 2.1) >> _5*my_class_ ---->>>> WOR...
operator overloading: class*number vs number*class
After some more trials I presume this is a BUG related to the symbolic toolbox. If I do 2.1) >> _5*my_class_ ---->>>> WOR...
4년 이상 전 | 0
질문
operator overloading: class*number vs number*class
Hello, I've defined a class (lets say vector) and I want to be able to overload the following binary operations 1) >> _my...
4년 이상 전 | 답변 수: 2 | 1