Yoke Peng Leong
MathWorks
Followers: 0 Following: 0
Estadística
0 Preguntas
12 Respuestas
CLASIFICACIÓN
4.562
of 295.467
REPUTACIÓN
10
CONTRIBUCIONES
0 Preguntas
12 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
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...
más de 6 años hace | 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 ...
más de 6 años hace | 0
| aceptada
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 ...
más de 6 años hace | 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...
más de 6 años hace | 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...
más de 6 años hace | 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-...
más de 6 años hace | 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...
más de 6 años hace | 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...
más de 6 años hace | 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...
más de 6 años hace | 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...
más de 6 años hace | 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...
más de 6 años hace | 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...
más de 6 años hace | 1