photo

Yoke Peng Leong

MathWorks

Last seen: 1 día hace Con actividad desde 2018

Followers: 0   Following: 0

Estadística

  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

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

alrededor de 6 años hace | 0

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

alrededor de 6 años hace | 0

| aceptada

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

alrededor de 6 años hace | 0

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

alrededor de 6 años hace | 0

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

alrededor de 6 años hace | 1

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

alrededor de 6 años hace | 0

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

alrededor de 6 años hace | 1

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

alrededor de 6 años hace | 0

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

alrededor de 6 años hace | 0

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

alrededor de 6 años hace | 0

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

alrededor de 6 años hace | 0

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

alrededor de 6 años hace | 1