photo

Kautuk Raj


Last seen: 7 dagar ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
173 Answers

RANK
508
of 298 896

REPUTATION
154

CONTRIBUTIONS
0 Questions
173 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
21

RANK
 of 20 655

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 162 825

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

  • Knowledgeable Level 4
  • 3 Month Streak
  • First Answer

View badges

Feeds

View by

Answered
Cannot start ROS2 node
Hello Antonia, I was also facing the same error while using ROS2 in one of my workflows. Upon some research, I found that fo...

7 dagar ago | 0

Answered
Error in generateMesh using PDE Toolbox
Hello Andrew, I invite you to the refer to the following MATLAB Answers post which provides a workaround for the same error, "U...

7 dagar ago | 0

Answered
How do I resolve, "Error:Compiling model failed: Dot indexing is not supported for variables of this type," when using SLDV?
Hello Paul, I was also facing the same error with one of my workflows using the Simulink Design Verifier. I figured out that...

7 dagar ago | 0

Answered
I am using the queue counter, I have put the queue counter in VISSIM GUI and saved & enabled it but while i am coding it in MATLAB the results are showing NaN, Why is it so
I suspect you are getting NaN because the queue counter might not be properly set up or accessed. Could you try these quick fixe...

7 dagar ago | 0

Answered
FMU Model exported from Simulink unable to perform Code Generation for dSPACE benches
I was also facing the same issue in MATLAB R2022b. I recommend updating the HIL model to MATLAB R2022b to ensure compatibility...

ungefär en månad ago | 0

Answered
Why file log is corrupted when I disconnect from the target while the real time simulation is running (Unable to import requested runs: Index in position 1...)?
I was also facing the same issue in MATLAB R2024b while using Simulink Real-Time. I followed the following steps as a workarou...

ungefär en månad ago | 0

Answered
Error: Could not connect to target application: XCP internal error: timeout expired, in response to XCP CONNECT command
The issue you are encountering may be caused by the situation that external mode does not work directly with Arm M4 of F28338D C...

ungefär en månad ago | 0

Answered
Unable to build standalone executable in rapid accelerator mode--Unable to find VarGroupIdx within the GlobalBlockOutput scope
You are receiving this error because Simulink Real-Time does not support accelerator mode or rapid accelerator mode simulation o...

ungefär en månad ago | 0

Answered
Matlab licensing for GitHub Actions
I see that you are facing the error "matlab.engine.EngineError: Unable to launch MVM server: License Error: Licensing shutdown" ...

3 månader ago | 0

| accepted

Answered
Contains Clent and server modules, generating s-fucntion errors
I was also facing a similar error while working to generate a S-Function for a subsystem with client server interface during one...

3 månader ago | 0

Answered
How to fix error 5201?
This error (5201) being faced indicates that MATLAB has encountered a licensing issue. You can refer to the following article f...

3 månader ago | 0

Answered
parpool sometimes errors in compiled application
I see that you are sporadically facing the error "parallel:cluster:PoolCreateFailed" while running a parallel pool in MATLAB R20...

3 månader ago | 0

Answered
2024a vs 2024b detectImportOptions error
I was facing a similar error during one of my workflows wherein the "detectImportOptions" threw a "Unable to find file" error wh...

3 månader ago | 0

Answered
I am unable to use the MATLAB. It gives error
I suspect that you are facing this error as you are on a version of Windows which is unsupported with MATLAB. For release R202...

3 månader ago | 1

| accepted

Answered
Simulink Demux Error & PID Controller Issue in Heat Exchanger Network Model with S-Functions
The error you are encountering in Simulink seems to be related to two main issues: file shadowing and port dimension mismatch. I...

3 månader ago | 0

Answered
Jacobian Error while linearising a PLL
I see that you are encountering a Jacobian configuration error in the "Lowpass Resampler" while attempting to linearize a PLL. ...

3 månader ago | 0

| accepted

Answered
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...

5 månader ago | 0

| accepted

Answered
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...

5 månader ago | 0

| accepted

Answered
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...

5 månader ago | 1

Answered
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...

5 månader ago | 0

Answered
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...

5 månader ago | 0

Answered
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...

5 månader ago | 0

Answered
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...

5 månader ago | 0

Answered
*** 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...

6 månader ago | 0

Answered
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...

6 månader ago | 0

Answered
### 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...

6 månader ago | 0

Answered
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...

6 månader ago | 0

Answered
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...

6 månader ago | 0

| accepted

Answered
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...

6 månader ago | 0

Answered
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...

6 månader ago | 0

Load more