Statistics
RANK
25.852
of 297.503
REPUTATION
1
CONTRIBUTIONS
5 Questions
5 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
1
RANK
of 20.449
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 159.017
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Matlab error beep/ding with Java integration - how to actually see the error message
Folks, I do a lot of calling Java from Matlab and Matlab from Java in my software all the time. I have not quite figured out wh...
meer dan 3 jaar ago | 1 answer | 0
1
answerMatlab is starting with software opengl
I had this issue on Ubuntu 16.04 when running it in VirtualBox VM on a Windows host and I solved it with these instructions: ht...
meer dan 4 jaar ago | 0
How to correctly manage DLLs on Matlab path
Well, mex function itself is essentially a kind of a dll (or so/dylib, depending on the platform), yet I do not have to have mex...
meer dan 5 jaar ago | 0
How to define an include path with space in coder.updateBuildInfo('addIncludePaths',path)
The answer turned out to be surprisingly complicated, but it is sort of possible based on these articlaes: https://www.mathwork...
meer dan 5 jaar ago | 0
| accepted
Question
How to define an include path with space in coder.updateBuildInfo('addIncludePaths',path)
I have a need to include file from "C:\Program Files". Specifically, 'ndds_standalone_type.h' from RTI DDS. I have tried this ...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
How to correctly manage DLLs on Matlab path
On Windows, I am building a mex function "myFcn_mex" which links to a DLL "myLib.dll" via an import library "myLib.lib". I have...
meer dan 5 jaar ago | 2 answers | 0
2
answersAlternative to Simulink.Bus.createMATLABStruct call in Matlab System object
Here I have a solution. It is not very pretty, but it works. I can execute this code elswhere and create a mat file with the n...
ongeveer 6 jaar ago | 0
Question
Alternative to Simulink.Bus.createMATLABStruct call in Matlab System object
I learned the hard way that using Simulink.Bus implementations are not allowed in System objects or any other matlab function bl...
ongeveer 6 jaar ago | 1 answer | 1
1
answerHow to trace a signal from a bus selector block to its original source output port?
I believe ths post almost answers it: https://www.mathworks.com/matlabcentral/answers/48750-data-types-of-signals-in-a-bus-sele...
ongeveer 6 jaar ago | 0
Question
How to trace a signal from a bus selector block to its original source output port?
I have a bus selector block which inputs a bus which was nested several times and comprises of a number of other bus objects. I...
ongeveer 6 jaar ago | 1 answer | 0