Feeds
답변 있음
How can I get the figure handle of a Scope window programmatically, given only the Scope block's full path name?
There does not seem to be a documented way of getting handle to the scope window from the full-name of the scoped block. How...
How can I get the figure handle of a Scope window programmatically, given only the Scope block's full path name?
There does not seem to be a documented way of getting handle to the scope window from the full-name of the scoped block. How...
7년 초과 전 | 1
| 수락됨
답변 있음
Interface large C project by simulink
Simulink provides <http://in.mathworks.com/help/simulink/c-c-s-functions.html C-Mex S-Functions> to bring in legacy C code into ...
Interface large C project by simulink
Simulink provides <http://in.mathworks.com/help/simulink/c-c-s-functions.html C-Mex S-Functions> to bring in legacy C code into ...
7년 초과 전 | 0
답변 있음
Compile c++ code that uses MATLAB Engine in Ubuntu 16.04 , through g++
The Mathworks' documentation for calling MATLAB engine in a C/C++ application is pretty comprehensive and easy to understand. I ...
Compile c++ code that uses MATLAB Engine in Ubuntu 16.04 , through g++
The Mathworks' documentation for calling MATLAB engine in a C/C++ application is pretty comprehensive and easy to understand. I ...
7년 초과 전 | 0
| 수락됨
답변 있음
Mex file created with coder together with a standalone mcc program
Since you have not mentioned the error, I would like to point you to a couple of general resources which might help you resolve ...
Mex file created with coder together with a standalone mcc program
Since you have not mentioned the error, I would like to point you to a couple of general resources which might help you resolve ...
7년 초과 전 | 0
답변 있음
How to pre-allocate changeable size arrays in a for-loop?
Your code indeed is difficult to read. However here are some general pointers which might help you undersatnd what is going on u...
How to pre-allocate changeable size arrays in a for-loop?
Your code indeed is difficult to read. However here are some general pointers which might help you undersatnd what is going on u...
7년 초과 전 | 1
답변 있음
Agent based modelling with MatLab
As I understand, you wish to use agent/event based modelling to model a supply network. As far as I understand, the <https:/...
Agent based modelling with MatLab
As I understand, you wish to use agent/event based modelling to model a supply network. As far as I understand, the <https:/...
7년 초과 전 | 3
| 수락됨
답변 있음
Matlab Engine / Linux problem - Linker Errors...
As I understand, you are calling MATLAB engine in your C/C++ application and facing linker errors which are thrown while looking...
Matlab Engine / Linux problem - Linker Errors...
As I understand, you are calling MATLAB engine in your C/C++ application and facing linker errors which are thrown while looking...
7년 초과 전 | 1
답변 있음
Bus object for a Structure has so many duplicate buses. How to consolidate?
The behavior which you are observing is expected because you are constructing the bus from a nested struct. Hence every time (tw...
Bus object for a Structure has so many duplicate buses. How to consolidate?
The behavior which you are observing is expected because you are constructing the bus from a nested struct. Hence every time (tw...
7년 초과 전 | 0
| 수락됨
답변 있음
how to add custom header to each file ?
I assume that you are looking for a way to automatically add metadata like author name, version, description, etc., to a .m file...
how to add custom header to each file ?
I assume that you are looking for a way to automatically add metadata like author name, version, description, etc., to a .m file...
7년 초과 전 | 0
답변 있음
.NET assembly created by Matlab NE Builder cannot be used from Matlab ("The type initializer for ... threw an exception")?
This is a documented limitation. Please refer the following answer. <http://in.mathworks.com/matlabcentral/answers/99854-is-i...
.NET assembly created by Matlab NE Builder cannot be used from Matlab ("The type initializer for ... threw an exception")?
This is a documented limitation. Please refer the following answer. <http://in.mathworks.com/matlabcentral/answers/99854-is-i...
거의 8년 전 | 0
답변 있음
How to calculate roll, pitch and yaw from XYZ coordinates of 3 planar points?
I assume that you are following Euler Angle convention of roll-pitch-yaw in the order of X-Y-Z. You have three coplanar points P...
How to calculate roll, pitch and yaw from XYZ coordinates of 3 planar points?
I assume that you are following Euler Angle convention of roll-pitch-yaw in the order of X-Y-Z. You have three coplanar points P...
8년 초과 전 | 8
| 수락됨
답변 있음
Setting output of a continuous S-Function
If I am understanding correctly, you are trying to update the output of a MATLAB S-function block conditionally. The followi...
Setting output of a continuous S-Function
If I am understanding correctly, you are trying to update the output of a MATLAB S-function block conditionally. The followi...
8년 초과 전 | 0
문제를 풀었습니다
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
8년 초과 전
문제를 풀었습니다
Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...
8년 초과 전