photo

Saurabh


NIT Durgapur

Last seen: 1 day 前 自 2023 起处于活动状态

Followers: 1   Following: 0

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

统计学

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

查看徽章

Feeds

排序方式:

已回答
Is there a workaround to use GUIs created with GUIDE inside a namespace?
Hi @Qitr, Try the following workaround and check if this solves the issue: Open the GUI in 'GUIDE', and exploit one of the 'G...

4 days 前 | 2

已回答
Invalid MEX-file: undefined symbol:_ZN6matlab3mex8Function9getEngineEv
hi @Brent, This could possibly be the badly linked library. You probably need to add the appropriate library directory with a ...

4 days 前 | 1

已回答
S-Function Builder - Problems in the compilation of routines in C.
Hi @JuanMa, To ensure the "S-function" block can locate the "_wrapper.c" file, you must specify it in the "S-function modules"...

5 days 前 | 1

已回答
Problem after Converting the simulink model from R2024a to R2022b
Hi @Vangala, This seems to be a possible bug try running the model using 'sim(bdroot)' and then clicking the hyperlinks which ...

10 days 前 | 0

已回答
Connection Error The application could not connect to MathWorks. For more information on resolving this issue, see this Support Article.
Hi @Adrian, The MathWorks installer and/or Activation Client are unable to connect to the MathWorks servers due to computer or...

10 days 前 | 0

已回答
Matlab Autosar Code Genration Error
Hi @dayoung, This seems to be a bug and a possible workaround to solve this is to specify the following type definitions in Si...

11 days 前 | 1

| 已接受

已回答
android code generation error
Hi @MUGILAN MUTHUSAMY, The build error appears to be related to network or SSL certificate issues that prevent Gradle from dow...

11 days 前 | 0

已回答
The following error occurred during deployment to your hardware board: The generated code exceeds the available memory on the processor. It uses 137.9% of available program
Hi @Adeleke, I've responded to a similar question in the MATLAB answer thread. Please review it to see if any of the suggested...

11 days 前 | 0

已回答
error during deployment to hardware. available memory exceeds processor memory
Hi @Muhammad Junaid, This error occurs because there is not enough program memory on the target to properly execute the model ...

11 days 前 | 0

已回答
Can't find the resource file 'toolbox\local\hgrc.m'
Hi @Syafiq, Check out this MATLAB answer thread, that speaks something similar to the error you have encountered: https://ww...

12 days 前 | 0

已回答
Why cannot I commit changes in Git version control?
Hi @Lu, Some anti-virus systems sometimes believe that parts of MATLAB / Simulink are potential malware, so sometimes you need...

12 days 前 | 0

已回答
NNPC error - S-function block 'untitled/NN Predictive Controller/S-Function' references obsolete level-1 MATLAB S-function 'predopt'.
Hi @Tasmiyah Javed It seems that the model was initially developed using an older version of MATLAB with a Level-1 S-function, ...

12 days 前 | 1

| 已接受

已回答
Cannot Open any MLAPP with axes
Hi @John Troutman, Considering refering to the similar post that speaks about the same issue: https://www.mathworks.com/matl...

29 days 前 | 2

| 已接受

已回答
TriBoard TC397 v2.0 not connecting
Hi @Massimo, The error indicates an issue with the connection to the board. To solve this issue check the COM Port used to com...

29 days 前 | 0

已回答
One sided heat exchange TL-G simscape
Hi @Andreas, The reservoir remains at atmospheric pressure, but the tank pressure increases over time due to the fluid being a...

29 days 前 | 0

已回答
Matrix Population from formula
Hi @Alexander Brooks, I understand that you want to populate a 6x6 matrix using the given formula. In MATLAB, you can use the ...

1 month 前 | 0

已回答
Does the progress bar work correctly when working with rapid accelerator mode and sim command?
Hi @Yaakoub Ben Romdhane, In rapid accelerator mode, this behavior might be intentional to prevent a loss of performance. I re...

1 month 前 | 0

已回答
An error when I run with model reference
Hi @Chengyi Wu, To address this issue, try using 'powergui.' Navigate to preferences and enable the option called 'Use TLC fil...

1 month 前 | 0

已回答
Application Crashes: Failed to initialize OpenGL for Matlab
Hi @Christophe Romein, The issue you're encountering may be due to low-level graphics problems. MATLAB can experience difficul...

1 month 前 | 0

已回答
Streamslice in polar coordinates problem
Hi @Szymon Cedrowski, For the 'streamline' function to work correctly, the 'x' and 'y' inputs must form a grid of coordinates ...

1 month 前 | 0

已回答
Error Dialog: libmwfilemanip.dll
Hi @Mahamed, I could suggest few of the troubleshooting steps and check if any of it solves the issue: Navigate to "C:\Progr...

1 month 前 | 0

已回答
Cannot use erdes AGC block
Hi @Nhut, As per my understanding, this is working as designed. The block will not function correctly in a non-SerDes Simulin...

1 month 前 | 0

已回答
Simulink cannot read my STM32 NUCLEO-H753ZI Hardware
Hi @Ali, It may be beneficial to check which version of ST-LINK is in use and consider upgrading the firmware to the latest ve...

1 month 前 | 0

已回答
Comparing strings with extra zero
Hi @Jason, When comparing strings for equivalence, even a small difference in formatting (such as trailing zeros) can cause th...

1 month 前 | 0

已回答
Automated simulation with fixed number of simulations
Hi @Starry, To automate MATLAB simulation and save the generated figures, create a script that runs simulation in a loop for 2...

1 month 前 | 0

已回答
During the MatLab installation process, an error related to the host id occurred while installing the network license manager. Please help!!
Hi @Dong Joon Han, You may be receiving this error message for 2 reasons: You have selected a license file that was generated...

2 months 前 | 0

已回答
How do I solve "Unable to start Excel server for import"?
Hi @翼, I came across a similar discussion regarding this issue. In that case, the problem was that Excel was operating in a vi...

2 months 前 | 1

| 已接受

已回答
Simulink freezes when using 3D Animation
Hi @Timon Helmich, It seems that the GPU may not be recognized correctly. I recommend reinstalling the necessary driver, as th...

2 months 前 | 0

已回答
Why I am getting error while using qammod function ?
Hi @majdi Khlfalla, I've encountered a similar issue in the past, and I was able to resolve it by upgrading my MATLAB version ...

2 months 前 | 1

| 已接受

已回答
Code Folding is broken, can't see hundreds of lines of code in Editor
Hi @Val, I experienced the same issue but could fix it by clicking on the button "Expand All" in the "View" tab of Matlab App ...

2 months 前 | 1

加载更多