
C++, MATLAB
Spoken Languages:
English, Hindi, Bengali
Pronouns:
He/him
Estadística
0 Preguntas
75 Respuestas
0 Problemas
2 Soluciones
CLASIFICACIÓN
458
of 299.214
REPUTACIÓN
172
CONTRIBUCIONES
0 Preguntas
75 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
20
CLASIFICACIÓN
of 20.662
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
84.952
of 163.716
CONTRIBUCIONES
0 Problemas
2 Soluciones
PUNTUACIÓN
30
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
'DC Voltage Source' Block Parameter Name Error
Hi 희문 , The error occurs because the used parameter name, 'Constant voltage', does not match the internal parameter name used b...
17 días hace | 0
| aceptada
I am learnig "Motor modeling with Simscape Electrical" from MATLAB/Simulink platform but when I got to Task 4 I could not continue because an error.
Hi, The error indicates that the solver failed to converge due to the increased fidelity of the converter. To improve numerical...
19 días hace | 0
Can't Share Heat with Pipe (G)
Hi Enzo, In the model attached to the question, no temperature change is observed because air flows from one reservoir to anoth...
25 días hace | 0
| aceptada
What is the difference between A={1 2} and A = { '1','2'} and how to convert one from other ?
Hi Geethanjali, A = {1 2} represents a 1x2 cell array with two double type numeric values, 1 and 2, while A = {'1', '2'} repres...
27 días hace | 0
| aceptada
State Flow Transitioning Issue Delay?
Hi Sam, It is indeed possible to have such a system in Stateflow. The two states can be just StateA and StateB. The transition...
27 días hace | 0
My plots are getting overidded by other plots. How do I fix this issue?
Hi Prisma, The initial figures may be getting unintentionally updated because the plot and stem functions in the code rely on g...
27 días hace | 0
| aceptada
Stateflow time jumps even with fixed time-step
Hi Andreas, The simulation time can be slowed down using ‘Simulation Pacing’ option to match it with real world wall clock dura...
alrededor de 2 meses hace | 0
| aceptada
Define Inline function for specific subsystem in generated auto code by embedded code in Simulink
Hi Jarvis, Yes, it is possible to control how code is generated for a specific subsystem in Simulink using Embedded Coder. By d...
alrededor de 2 meses hace | 0
How to Read and Reuse FMU Internal Variables in MATLAB/Simulink?
Hi gmos, The internal states of the FMU can be captured by Simulink if the option for "Enable FMUState capability" is selected ...
alrededor de 2 meses hace | 0
center tapping of transformer
Hi Jyotiprakash, A center-tapped transformer block with two primary windings and a secondary winding can be found in both 'Spec...
4 meses hace | 1
figure export in epsc-file produce artefacts
Hi Marko, The line styles may appear different for both formats, especially in the case of the "Dash-dotted line" for P_Loss, b...
4 meses hace | 0
multi-disc friction brake device
Hi Christopher, Simscape Driveline contains the "Disc Brake" block, whose parameters can be adjusted to provide different frict...
4 meses hace | 0
need to know how to do modeling for pv and wind turbine and battery for energy management system
Hi Ahmed, Energy management systems that incorporate photovoltaic, wind systems, and batteries are encompassed within the domai...
4 meses hace | 0
| aceptada
Figures are not saving as the correct size when put into a PDF
Hi Georia, The units for the 'Padding' argument in the exportgraphics function default to 'points' when the ContentType is set ...
4 meses hace | 0
I need help with solving the task in Simulink + Stateflow
Hi Paul, Processing the input data can be performed with two different states for series and non-series boolean values, using a...
4 meses hace | 0
how to set matlab command window fonts in -nodesktop -nosplash -nojvm mode?
Hi Caishu, When running MATLAB in -nodesktop -nosplash -nojvm mode, only the MATLAB command window is displayed. To change the...
4 meses hace | 0
Open my battery pack in simulink
Hi Lamia, After creating the battery objects, they need to be converted into Simscape models to be used in Simulink block diagr...
4 meses hace | 1
| aceptada
Why are the states not executing properly in the Simulink function?
Hi Kathir, In the provided model, the execution appears inconsistent due to a mismatch between the desired execution time and t...
4 meses hace | 0
How can I avoid click artifacts when playing audio in MATLAB App Designer?
Hi Shaunak, The playback part of the code provided by you seems to work fine in a MATLAB App. The Hann window being used provid...
4 meses hace | 0
how to position and resize an image mask on my System Composer "component" block
Hi Frank, When setting the mask image for System Composer component block using ‘setMaskImage’ function, use ‘IconTransparency’...
5 meses hace | 0
Double-Acting Servo Valve Actuator (IL) Example
Hi Yakup, The 'Double-Acting Servo Valve Actuator (IL)' block is a Simscape block, which utilizes a physical signal. To compar...
5 meses hace | 0
Fast Restart: Is it possible to modify blockparameters, initial state and simulation stop-time between fast restarts?
Hi NV, ‘Fast Restart’ is indeed used to allow tuning of parameters without recompiling the model to save time and computation ...
5 meses hace | 0
Recording a graphics element to a video format
Hi Owen, To save the generated images into a gif, both ‘exportgraphics’ and ‘imwrite’ functions can be used. The ‘imwrite’ fun...
5 meses hace | 0
what are names of components in diagram and where do i pick from in simulink library
Hi Aklesh, In the above provided diagram the blocks used are as follows: Gas-Charged Accumulator (Location: Simscape / Fluids ...
5 meses hace | 1
| aceptada
What is the correct syntax to assign simulated data to my variables?
Hi Gabriel, In the provided code the variable ‘myirfs1’ is a structure array which is assigned different struct fields by using...
5 meses hace | 2
GPS Signal Transmission, Acquisition and Tracking Using PlutoSDR
Hi Abdul, The example 'satcom/GPSReceiverAcquisitionAndTrackingUsingPlutoSDRExample' is new to release R2023a and thus cannot b...
5 meses hace | 0
| aceptada
Hardware Setup for C2000" – Unable to Proceed After Selecting Process Family
Hi Sushan, I had faced the same issue of the elements in the setup window getting scaled. This resulted in some elements being ...
5 meses hace | 0
In an old file *.sfit, can I check the matrix with the data that I added for the Z coordinate for example?
Hi Dobril, The data for any figure can be found in the figure properties. To see the properties use an handle that refers to th...
5 meses hace | 1
TON and TOF Timer Blocks in Simulink Ignore Preset Time (PRE)
Hi Granto, In the above provided model the preset is depending on the sample time (single step size) rather than the preset val...
6 meses hace | 0
Simulink dashboard button matching
Dear Matthew, The 'S2' block linked to the slider switch and the 'Desired State' can be updated using the set_param function. T...
6 meses hace | 0