photo

Epsilon


Last seen: 1 month 前 自 2024 起处于活动状态

Followers: 1   Following: 0

Programming Languages:
C++, MATLAB
Spoken Languages:
English, Hindi, Bengali
Pronouns:
He/him

统计学

All
MATLAB Answers

0 个提问
78 个回答

Cody

0 个问题
2 个答案

排名
425
of 299,916

声誉
186

贡献数
0 个提问
78 个回答

回答接受率
0.00%

收到投票数
23

排名
 of 20,840

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
86,237
of 166,562

贡献数
0 个问题
2 个答案

评分
30

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

已回答
parfor number of cores
Hi Alessandro, The Parallel Computing Toolbox in MATLAB supports both Performance (P) and Efficiency (E) cores. P cores offer h...

1 month 前 | 2

| 已接受

已回答
How can I toggle the visibility of a matlab property based on
Hi Wilfried, To dynamically control which properties appear in a MATLAB System block dialog, override the isInactivePropertyImp...

1 month 前 | 1

| 已接受

已回答
Saving my subplots as SVG cuts off one of my subplots and removes plotting data of one of them
Hi Puck, This behavior occurs because the “saveas” function and the Save As dialog box may encounter renderer limitations, par...

2 months 前 | 0

已回答
'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...

3 months 前 | 0

| 已接受

已回答
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...

3 months 前 | 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...

3 months 前 | 0

| 已接受

已回答
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...

3 months 前 | 0

| 已接受

已回答
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...

3 months 前 | 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...

3 months 前 | 0

| 已接受

已回答
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...

4 months 前 | 0

| 已接受

已回答
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...

4 months 前 | 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 ...

4 months 前 | 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...

6 months 前 | 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...

6 months 前 | 0

已回答
multi-disc friction brake device
Hi Christopher, Simscape Driveline contains the "Disc Brake" block, whose parameters can be adjusted to provide different frict...

6 months 前 | 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...

6 months 前 | 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 ...

6 months 前 | 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...

6 months 前 | 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...

6 months 前 | 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...

7 months 前 | 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...

7 months 前 | 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...

7 months 前 | 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’...

7 months 前 | 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...

7 months 前 | 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 ...

7 months 前 | 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...

7 months 前 | 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 ...

7 months 前 | 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...

8 months 前 | 2

已回答
GPS Signal Transmission, Acquisition and Tracking Using PlutoSDR
Hi Abdul, The example 'satcom/GPSReceiverAcquisitionAndTrackingUsingPlutoSDRExample' is new to release R2023a and thus cannot b...

8 months 前 | 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 ...

8 months 前 | 0

加载更多