Community Profile

photo

Yoke Peng Leong

Last seen: 28 days ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

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

6 years ago | 0

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

6 years ago | 0

| accepted

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

6 years ago | 0

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

6 years ago | 0

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

6 years ago | 1

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

6 years ago | 0

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

6 years ago | 1

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

6 years ago | 0

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

6 years ago | 0

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

6 years ago | 0

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

6 years ago | 0

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

6 years ago | 1