![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/yokepengleongmathworkscom_1515688374394_DEF.jpg)
Yoke Peng Leong
MathWorks
Followers: 0 Following: 0
Feeds
답변 있음
MATLAB coder - selecting output type for entry point function
You can consider creating the function such that the output |oneByThreeArray| is pass by reference: <https://www.mathworks.co...
MATLAB coder - selecting output type for entry point function
You can consider creating the function such that the output |oneByThreeArray| is pass by reference: <https://www.mathworks.co...
거의 7년 전 | 0
답변 있음
How can I find all the blocks that are connected to a startblock?
Most likely, you see the error because some of your blocks might not have lines connected to them. So, the |LConn| or |RConn|'s ...
How can I find all the blocks that are connected to a startblock?
Most likely, you see the error because some of your blocks might not have lines connected to them. So, the |LConn| or |RConn|'s ...
거의 7년 전 | 0
| 수락됨
답변 있음
Which algorithm is used in the isproper function to reduce the number of states?
The specific implementation is proprietary. However, at high level, it involves eliminating pole/zero cancellations at infinity ...
Which algorithm is used in the isproper function to reduce the number of states?
The specific implementation is proprietary. However, at high level, it involves eliminating pole/zero cancellations at infinity ...
거의 7년 전 | 0
답변 있음
Clicking Add-ons doesn't do anything
It seems like the Ubuntu version you have is not supported in MATLAB R2018a. Refer to the following link for a list of suppor...
Clicking Add-ons doesn't do anything
It seems like the Ubuntu version you have is not supported in MATLAB R2018a. Refer to the following link for a list of suppor...
거의 7년 전 | 0
답변 있음
Abs in stateflow chart
Currently, there is no straight forward way of doing that. An option is to use |coder.ceval('abs',a)| in Stateflow in order t...
Abs in stateflow chart
Currently, there is no straight forward way of doing that. An option is to use |coder.ceval('abs',a)| in Stateflow in order t...
거의 7년 전 | 1
답변 있음
I want to model Epas power steering model using matlab. Request you to assist with process
You can start with looking into these examples: <https://www.mathworks.com/help/physmod/sps/examples/electric-power-assisted-...
I want to model Epas power steering model using matlab. Request you to assist with process
You can start with looking into these examples: <https://www.mathworks.com/help/physmod/sps/examples/electric-power-assisted-...
거의 7년 전 | 0
답변 있음
How to run a Simulink model converted to C++ in a different development environment
You can refer to this page to see an example of how the inputs and outputs are defined in the H file relative to a model: <ht...
How to run a Simulink model converted to C++ in a different development environment
You can refer to this page to see an example of how the inputs and outputs are defined in the H file relative to a model: <ht...
거의 7년 전 | 1
답변 있음
I am developing RIWT based steganography scheme. But for implementing it in matlab, i do not know the function for RIWT. can any one suggest me the function for it.
You can try to look into this: <https://www.mathworks.com/matlabcentral/fileexchange/25244-distortionless-data-hiding-based-o...
I am developing RIWT based steganography scheme. But for implementing it in matlab, i do not know the function for RIWT. can any one suggest me the function for it.
You can try to look into this: <https://www.mathworks.com/matlabcentral/fileexchange/25244-distortionless-data-hiding-based-o...
거의 7년 전 | 0
답변 있음
In DFIG model while using Three phase transformer(two windings) block whenever I change any parameter winding sign of the transformer block goes it shows three question marks
I was able to change the three parameters programmatically without seeing any question marks. >> gcb ans = 'un...
In DFIG model while using Three phase transformer(two windings) block whenever I change any parameter winding sign of the transformer block goes it shows three question marks
I was able to change the three parameters programmatically without seeing any question marks. >> gcb ans = 'un...
거의 7년 전 | 0
답변 있음
How to use SpectrumAnalyzer for an entire signal
You can adjust the output length through the Spectrum Settings panel. To do so: # Item one In the menu bar of the Spectrum...
How to use SpectrumAnalyzer for an entire signal
You can adjust the output length through the Spectrum Settings panel. To do so: # Item one In the menu bar of the Spectrum...
거의 7년 전 | 0
답변 있음
What resistor do I use to connect to the breakers?
You can use either the Parallel RLC Branch or the Series RLC Branch: <https://www.mathworks.com/help/physmod/sps/powersys/ref/p...
What resistor do I use to connect to the breakers?
You can use either the Parallel RLC Branch or the Series RLC Branch: <https://www.mathworks.com/help/physmod/sps/powersys/ref/p...
거의 7년 전 | 0
답변 있음
How can I call the density parameter from hydraulic domain in a custom block?
You can access the density following the example in this documentation: <https://www.mathworks.com/help/physmod/hydro/ref/hydra...
How can I call the density parameter from hydraulic domain in a custom block?
You can access the density following the example in this documentation: <https://www.mathworks.com/help/physmod/hydro/ref/hydra...
거의 7년 전 | 1