Community Profile

photo

Nikita Visnevski


Last seen: 10개월 전 2018년부터 활동

Followers: 0   Following: 0

Programming Languages:
C++, C, Java, MATLAB, Perl, Fortran
Spoken Languages:
English, French, German, Russian

통계

  • First Answer
  • Revival Level 1
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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...

2년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Matlab 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...

3년 초과 전 | 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...

4년 초과 전 | 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...

4년 초과 전 | 0

| 수락됨

질문


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 ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 5년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Alternative 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...

대략 5년 전 | 0

질문


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...

5년 초과 전 | 답변 수: 1 | 1

1

답변

답변 있음
How 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...

5년 초과 전 | 0

질문


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...

5년 초과 전 | 답변 수: 1 | 0

1

답변