
C++, MATLAB
Spoken Languages:
English, Hindi, Bengali
Pronouns:
He/him
Statistics
RANK
517
of 298.641
REPUTATION
152
CONTRIBUTIONS
0 Questions
68 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
20
RANK
of 20.635
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
3 dagen ago | 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 ...
3 dagen ago | 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...
ongeveer 2 maanden ago | 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...
ongeveer 2 maanden ago | 0
multi-disc friction brake device
Hi Christopher, Simscape Driveline contains the "Disc Brake" block, whose parameters can be adjusted to provide different frict...
ongeveer 2 maanden ago | 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...
ongeveer 2 maanden ago | 0
| accepted
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 ...
2 maanden ago | 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...
2 maanden ago | 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...
2 maanden ago | 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...
2 maanden ago | 1
| accepted
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...
2 maanden ago | 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...
2 maanden ago | 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’...
3 maanden ago | 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...
3 maanden ago | 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 ...
3 maanden ago | 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...
3 maanden ago | 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 ...
3 maanden ago | 1
| accepted
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...
4 maanden ago | 2
GPS Signal Transmission, Acquisition and Tracking Using PlutoSDR
Hi Abdul, The example 'satcom/GPSReceiverAcquisitionAndTrackingUsingPlutoSDRExample' is new to release R2023a and thus cannot b...
4 maanden ago | 0
| accepted
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 ...
4 maanden ago | 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...
4 maanden ago | 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...
4 maanden ago | 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...
4 maanden ago | 0
Automatically disable subsystem and manually re-enabled
Dear Jack, An “Enabled subsystem” can be enabled for a desired duration via ‘set_param’ by using a ‘Delay’, ‘Subtract’ and ‘Com...
4 maanden ago | 0
Entering the mechanical and volumetric efficiency of a fixed displacement pump
Hi Zeko, The input ports for the mechanical and volumetric efficiency accept physical signals as the input signal type. To adju...
4 maanden ago | 0
How the Delay one step block and stop time ( simulation time) infuence each other on simulink?
Hi John, The ‘Model Stop’ time and the ‘Delay Length’ in the one step delay block are not directly related even though it might...
4 maanden ago | 1
| accepted
tuning paramters in referenced model whithin a Simulink Real-Time model
Hi Yufeng, In R2024a tuning block parameters inside a referenced model is not possible, only workspace parameters, model argum...
4 maanden ago | 0
How to disable the display of coverage report once the simulation is stopped
Hi Prasad, It is not possible to disable coverage report in the model configuration settings or in the ‘Simulink Coverage’ app...
4 maanden ago | 0
How can I use the resource amount source on the resource pool block?
Hi John, Changing the 'Resource amount source:' option to 'Change amount through control ports' is indeed the correct first ste...
4 maanden ago | 2
| accepted
How can I build organic rankine cycle model with math in simulink but not use simspace?
Hi 琦, To add mathematical calculations in a model, 'Math Function' blocks can be used. They allow Mathematical functions includ...
5 maanden ago | 1
| accepted