
Programming Languages:
C++, MATLAB
Spoken Languages:
English, Hindi, Bengali
Pronouns:
He/him
C++, MATLAB
Spoken Languages:
English, Hindi, Bengali
Pronouns:
He/him
統計
All
Feeds
回答済み
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...
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...
約1ヶ月 前 | 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...
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...
約1ヶ月 前 | 0
回答済み
multi-disc friction brake device
Hi Christopher, Simscape Driveline contains the "Disc Brake" block, whose parameters can be adjusted to provide different frict...
multi-disc friction brake device
Hi Christopher, Simscape Driveline contains the "Disc Brake" block, whose parameters can be adjusted to provide different frict...
約1ヶ月 前 | 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...
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...
約1ヶ月 前 | 0
| 採用済み
回答済み
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 ...
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ヶ月 前 | 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...
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ヶ月 前 | 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...
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ヶ月 前 | 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...
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ヶ月 前 | 1
| 採用済み
回答済み
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...
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ヶ月 前 | 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...
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ヶ月 前 | 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’...
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’...
2ヶ月 前 | 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...
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...
2ヶ月 前 | 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 ...
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 ...
2ヶ月 前 | 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...
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...
2ヶ月 前 | 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 ...
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 ...
2ヶ月 前 | 1
| 採用済み
回答済み
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...
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...
3ヶ月 前 | 2
回答済み
GPS Signal Transmission, Acquisition and Tracking Using PlutoSDR
Hi Abdul, The example 'satcom/GPSReceiverAcquisitionAndTrackingUsingPlutoSDRExample' is new to release R2023a and thus cannot b...
GPS Signal Transmission, Acquisition and Tracking Using PlutoSDR
Hi Abdul, The example 'satcom/GPSReceiverAcquisitionAndTrackingUsingPlutoSDRExample' is new to release R2023a and thus cannot b...
3ヶ月 前 | 0
| 採用済み
回答済み
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 ...
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 ...
3ヶ月 前 | 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...
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...
3ヶ月 前 | 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...
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...
3ヶ月 前 | 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...
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...
3ヶ月 前 | 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...
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...
3ヶ月 前 | 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...
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...
3ヶ月 前 | 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...
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...
3ヶ月 前 | 1
| 採用済み
回答済み
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...
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ヶ月 前 | 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...
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ヶ月 前 | 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...
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ヶ月 前 | 2
| 採用済み
回答済み
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...
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ヶ月 前 | 1
| 採用済み
回答済み
which toolbox do I need to run openExample('px4/ActuatorControlUAVCANDroneCANExample','supportingFile','px4ActuatorWrite')?
Hi Kate, The 'px4/ActuatorControlUAVCANDroneCANExample' example requires the 'UAV Toolbox Support Package for PX4 Autopilots' ...
which toolbox do I need to run openExample('px4/ActuatorControlUAVCANDroneCANExample','supportingFile','px4ActuatorWrite')?
Hi Kate, The 'px4/ActuatorControlUAVCANDroneCANExample' example requires the 'UAV Toolbox Support Package for PX4 Autopilots' ...
5ヶ月 前 | 0
回答済み
Why do two equivalent functions not produce same output
Hi Ryder, It might seem like the expanded version of the equation is correct and produces the same value on substituting k with...
Why do two equivalent functions not produce same output
Hi Ryder, It might seem like the expanded version of the equation is correct and produces the same value on substituting k with...
5ヶ月 前 | 0
| 採用済み