Yoke Peng Leong
MathWorks
Followers: 0 Following: 0
Statistics
0 Questions
12 Answers
RANK
4.941
of 295.569
REPUTATION
10
CONTRIBUTIONS
0 Questions
12 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
3
RANK
of 20.247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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...
meer dan 6 jaar ago | 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 ...
meer dan 6 jaar ago | 0
| accepted
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 ...
meer dan 6 jaar ago | 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...
meer dan 6 jaar ago | 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...
meer dan 6 jaar ago | 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-...
meer dan 6 jaar ago | 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...
meer dan 6 jaar ago | 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...
meer dan 6 jaar ago | 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...
meer dan 6 jaar ago | 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...
meer dan 6 jaar ago | 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...
meer dan 6 jaar ago | 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...
meer dan 6 jaar ago | 1