photo

Pramil


Last seen: 3 meses hace Con actividad desde 2023

Followers: 0   Following: 0

Hi

Estadística

All
MATLAB Answers

0 Preguntas
99 Respuestas

Cody

0 Problemas
1 Solución

CLASIFICACIÓN
1.023
of 300.369

REPUTACIÓN
74

CONTRIBUCIONES
0 Preguntas
99 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
9

CLASIFICACIÓN
 of 20.936

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
126.792
of 168.436

CONTRIBUCIONES
0 Problemas
1 Solución

PUNTUACIÓN
20

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Knowledgeable Level 3
  • Solver
  • 3 Month Streak
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
How does motor PID parameters tuned in "VTOL UAV Battery Sizing for Mission Over an Urban Environment"?
Hi Guanlin, Since Simscape models can't be linearized in the usual way, you cannot use automatic PID tuning tools. One thing w...

3 meses hace | 1

| aceptada

Respondida
There is a variable error in the sample code of "Training variational Autoencoder (VAE) to generate images"
Hi Hua, The variable "T" is being supplied to the function "elboLoss" when it is called in the "modelLoss" function: function ...

3 meses hace | 0

| aceptada

Respondida
Embedded Coder: How can I configure a Simulink model to generate model parameters as regular (non-static) C++ class members?
Hi Wojciech, You can follow the instructions mentioned in the following MATLAB answer to make the model parameters "non-static"...

3 meses hace | 1

| aceptada

Respondida
UIGETFILE to filter out files starting with a specific character
Hi QUANG, I faced a similar issue in MATLAB R2025a and it appears to be a bug. The workaround for this if you want to continue ...

3 meses hace | 0

Respondida
Fallschirmsprung in Simulink nachbilden
Hi Andre, You have got an interesting problem at hand. I agree with your professor, using a "Delay block" simply delays a signa...

4 meses hace | 1

| aceptada

Respondida
Failed to resolve data 'MinErr_re' in 'MATLAB Function' to a valid Simulink.Signal object.
Hey Augusto, I faced a similar error in Simulink and this can be resolved through following steps: Add a "MATLAB Function" blo...

6 meses hace | 0

Respondida
matopen function in rapid accelerator in simulink
Hey Tom, This is a known limitation of Simulink. You can refer to the following MATLAB Answer for more details: https://www.m...

6 meses hace | 0

Respondida
How to Create a Standalone .exe File from Simulink Code?
Hi Aaron, I had a similar usecase where I needed to make some changes to the generated code from a Simulink Model and later cre...

9 meses hace | 0

Respondida
Modbus RTU Write Simulink Block error
Hi Marco, I faced a similar issue in MATLAB R2024b. The issue was with the input data type of the signal going into "Modbus Cl...

9 meses hace | 0

Respondida
simulink filter compatible with HDL coder
Hello Wen, You can use the command "hdllib" (HDL Coder) at the MATLAB command line to create a library of HDL-supported blocks ...

9 meses hace | 0

| aceptada

Respondida
How can I count the number of non virtual blocks in my model?
Hi Donald, To count number of "Nonvirtual" blocks within a model, you can leverage the "find_system" function and its options t...

9 meses hace | 0

| aceptada

Respondida
Constant Rad/s to Revoluate Joint in Simscape multibody
Hi Enis, To obtain a constant physical signal like a constant "Rad/s" signal, there are two common ways: Use a "PS Constant" b...

11 meses hace | 0

Respondida
simple matlab function (simulink) with if?
Hello SimTec, The error message you're encountering indicates that the output variable "pos" is not be assigned a value on some...

11 meses hace | 0

Respondida
Matlab function in simulink
Hey Vimala, The error you're encountering is related to the output dimensions of the "MATLAB function" block. In your code, y...

11 meses hace | 0

Respondida
Specifying the input names in an automatically generated matlab function
Hi Cosimo, In order to get the results that you want, try the following command which works in both MATLAB R2017b and MATLAB R2...

11 meses hace | 0

Respondida
Is it possible to divide a resource from a resource pool into different percentages?
Hello Prashant, Since your resource is the "trucks", you can define an "Entity Generator" block that mimics the loading behavio...

11 meses hace | 1

Respondida
How can I display errors with custom error checking rules like shown in the picture
Hello Zhiyun, To create custom checks in Simulink, you can utilize the "Model Advisor" tool. Visit the following link for more ...

11 meses hace | 0

Respondida
Put arrow and its value in a plot
Hi Adi, You can use the "text" function available in MATLAB to create plot shown in your image. Here is the documentation link...

11 meses hace | 0

Respondida
Unable to get a certain mass of gas to enter a cosntant volume chamber, build up pressure then leave to go into the rest of the system.
Assuming the value of variable "ptankVolume" to be "1", there are some changes required in your model in order to tackle the war...

12 meses hace | 0

Respondida
Model coverage with library blocks and model reference.
Hi Claudio, For your usecase, you can use the Coverage Analyzer app, you can learn more about Simulink coverage here: https://...

12 meses hace | 0

| aceptada

Respondida
Error using fclose "No space left on device"
Hi Younes, I faced a similar issue in MATLAB R2020b when I was using "fwrite" after "fread". As written in the following docum...

12 meses hace | 0

Respondida
verification of ccs studio code using simulink
Hi Nilesh, You can use the "S-Function" block to add the "CCS" code into Simulink. You can refer the following link for more in...

12 meses hace | 0

Respondida
random number block in Simulink
Hello Anas, In Simulink, the "Random Number" block generates random numbers with a specified mean and variance. However, if you...

12 meses hace | 0

Respondida
Ramp up/down function based on the variable input in Simulink/Matlab
Hello Aung, For your use case, the simplest way to generate the specified signal is by utilizing the "Signal Editor" block. Ye...

alrededor de 1 año hace | 0

Respondida
Convert a simulink file to previous version
Hello Bruno, As Yakshraj said, while saving you can select the Simulink version you want to save your model. But if you do not...

alrededor de 1 año hace | 0

Respondida
¿cual es el esquema para la simulación de un generador eléctrico en simulink ?
Hi Jaider, Estaré respondiendo tu consulta en inglés. To model a electric generator in Simulink you can refer the following do...

alrededor de 1 año hace | 0

Respondida
Modeling a resistor using custom Simscape block and lookup tables using data from an excel sheet.
Hi Pranav, For loading external data in a SSC file you can use "MATLAB Declaration Functions". Here is the link for the followi...

alrededor de 1 año hace | 0

Respondida
How can I write to either the MATLAB Command Window or the Simulink Diagnostic Viewer from code called by a C Function block?
Hello Jeff, You can use the "mexPrintf" function for printing messages during runtime on Simulink Diagnostic Viewer from C++ co...

alrededor de 1 año hace | 0

| aceptada

Respondida
Simulaciones de contacto FEM en Matlab
Hola Aurea, Responderé a tu pregunta en inglés In order to model contact between gears or other solid body, you can use Simsca...

alrededor de 1 año hace | 0

Respondida
How to get the computation time of simulinkcomponent(.ssc) in simulink model(.slx)
Hi Usachi, The Simulink Profiler identifies execution time for each and individual blocks present in a model. It works for SS...

alrededor de 1 año hace | 0

Cargar más