Kautuk Raj
Followers: 0 Following: 0
Statistics
0 Questions
158 Answers
RANK
607
of 296,558
REPUTATION
124
CONTRIBUTIONS
0 Questions
158 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
14
RANK
of 20,392
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 156,677
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Resolving 'Model Structurally Singular' Error in Simulink for Voltage and Current PID Control Circuit
As a troubleshooting step, I suggest to set the "Index Reduction Method" in the "Solver Configuration Block" to "None". This wi...
20 days ago | 0
| accepted
Error related to signal dimension - Unable to determine signal dimensions.
From your description, in the absence of the model file, I would assume that Simulink is unable to determine the size of signals...
24 days ago | 0
| accepted
Matlab Compiler error: mclmcr initialization failed
I realized that some DLL libraries are being loaded from the 'System32' folder instead of the <MCRroot> directory. I tried movi...
24 days ago | 1
Exception in thread "AWT-EventQueue-0": java.lang.NoClassDefFoundError on command window.
I was also facing this issue and I fixed it by regenerating preferences in MATLAB. You can follow this post on the MATLAB Answ...
24 days ago | 0
SIL Testing Issue with NXP S32K3xx Hardware Board
I can recognize that you are facing an issue with creating a SIL test harness for the NXP S32K3xx hardware board. When creating...
26 days ago | 0
Having problem in running parfor loop on my system, getting messages" A worker aborted during execution of the parfor loop. "?
It seems like you are encountering an issue related to the parallel pool shutting down unexpectedly during the execution of your...
26 days ago | 0
Trying to sign out of MATLAB desktop
To resolve this issue, you can try to close all the MATLAB sessions including the one from which the "Sign Out" button is clicke...
26 days ago | 0
I am getting the "something-unexpected-occurred-error" on a mac w/ apple silicon when trying to install documentation from the settings menu.
I was also facing a similar issue and installing MATLAB using the MATLAB Package Manager (mpm) fixed it for me. To install usi...
27 days ago | 0
*** fatal error - error while loading shared libraries: /c/Program Files/Polyspace/R2024b/polyspace/configure/win64/ps_windows_dllinject.dll: cannot open shared object file:
I reckon you are encountering an error related to the path of the ps_windows_dllinject.dll file while using Polyspace R2024b. Th...
1 month ago | 0
how can l fix the problem 'Error using invokeTMF (line 1577) ### Unable to find build success string: "### Created" in build log.’
I faced the same issue when doing an incremental build to an xPC real-time target machine. It seems that Simulink does not recog...
1 month ago | 0
### Unable to find build success string. "### Created" in build log
I faced the same issue when doing an incremental build to an xPC real-time target machine. It seems that Simulink does not recog...
1 month ago | 0
Matlab standalone can't find mclmcrrt9_0_1.dll, even though it's in my path. Permission problem? How do I fix this?
As you already have installed the correct version of the MATLAB Runtime, this error is most likely because the required MATLAB R...
1 month ago | 0
Help regarding acquisition of real time data using Radar Toolbox Support Package for Texas Instruments for AWR2243BOOST & DCA1000EVM
From the documentation of the latest release R2024b (https://www.mathworks.com/help/radar/ug/supported-boards-ti-mmwave.html), t...
1 month ago | 0
| accepted
The example in "Create Microservice Docker Image" errors when running the image
I suggest trying to manually override the Docker image entry point by setting it to "/bin/bash". From within the resulting Docke...
1 month ago | 0
SVN within MATLAB 2024b
I could also not execute SVN commands in the MATLAB command window while using R2024a/b. As a workaround, I deleted all the bi...
1 month ago | 0
Could nor read classpath.txt
I also faced a similar issue. To resolve it, try manually uninstalling MATLAB and then reinstalling it. Changing the default in...
1 month ago | 0
how can i solv this problem please !!!
The error message you are encountering indicates that the startup preferences for MATLAB are invalid or corrupt. I suggest you ...
1 month ago | 0
i have this message in my communed widow, "Exception in thread "AWT-EventQueue-0" java.lang.IllegalStateException: Should only have one contributor providing a summary", how it may be solved?
I was also facing the same Java errore after clicking on 'Save as' during one of my workflows while using MATLAB R2018b. I fou...
1 month ago | 0
How do I fix this error on Matlab startup? java.lang.IllegalArgumentException: File migratePref.txt should only contain 'T' or 'F'!
The error message you are encountering indicates that the startup preferences for MATLAB are invalid or corrupt. I suggest you ...
1 month ago | 0
Spur gear connection in Simscape Multibody
The position violation error usually means that a joint in a closed kinematic loop was not assembled correctly. Each joint is as...
1 month ago | 0
How do i Import my FMU properly?
I also faced the same error when I was trying to export a model to FMU which contained a MATLAB Function Block using bus signals...
2 months ago | 0
Trying to solve a solid works model in the matlab. Encountered an error. What can be done to overcome the following error? Tried changing the consistency tolerance. Did not work.
I was facing the same error while carrying out a similar workflow in Simscape Multibody and found out that the issue was related...
2 months ago | 0
Why the notification: "warning: could not read file classpath.txt" when I start MATLAB on Windows 10 (64 bit)?
I also faced a similar issue. To resolve it, try manually uninstalling MATLAB and then reinstalling it. Changing the default ins...
2 months ago | 0
FMU Export with bus signal as Input/Output
To resolve the issue with your FMU in Simulink, you need to set up a separate MATLAB instance to act as the slave session for co...
2 months ago | 0
*Fatal error on startup Cannot locate com/mathworks/jmi/OpaqueJavaInterface class*
I was also facing the same error during one of my workflows and I could not solve it even after referring to the answer by the M...
2 months ago | 0
MATLAB Runtime Error " Can’t find the resource file ‘toolbox\local\hgrc.m’ " when using Program E-SURGE
It sounds like you are experiencing a issue with the MATLAB Runtime environment where certain resource files, like hgrc.m and ma...
2 months ago | 0
JSON decode extra character error
Hi @Paulo, It looks like jsondecode is throwing an error because the input string is not valid JSON. It may be possible that t...
2 months ago | 0
How can I call functions inside a shared object file (*.so) using C code inside an s-function in a linux environment?
To configure the S-Function Builder to use your shared object (*.so) file in Simulink, you can follow a similar approach to usin...
2 months ago | 0
Input Capture Block Error on Supported Pin in Simulink
I understand that you encountered an error when you tried to set the pin in the "Input Capture" block in a Simulink model, where...
2 months ago | 1
Matlab 2024b on Linux with Intel Meteor Lake and Iris graphics: jogamp.opengl.x11.glx.X11GLXDrawableFactory
I was also facing the same Java error while using a similar setup. A workaround to overcome this is to use the new desktop of MA...
2 months ago | 1