
Programming Languages:
C++, C, MATLAB, HTML, CSS
Spoken Languages:
English, Hindi
Pronouns:
He/him
C++, C, MATLAB, HTML, CSS
Spoken Languages:
English, Hindi
Pronouns:
He/him
Feeds
已回答
Changing property 'BlockReduction' is not allowed
Hi @Praveen I understand that you are encountering the mentioned error while using the Model Slicer in MATLAB R2017b. It's bec...
Changing property 'BlockReduction' is not allowed
Hi @Praveen I understand that you are encountering the mentioned error while using the Model Slicer in MATLAB R2017b. It's bec...
4 months 前 | 0
已回答
App designer : Saveas save all the interface and not just the figure mentionned
Hi Bastien, Based on the description, it appears that the goal is to save graphs generated within the app separately using the ...
App designer : Saveas save all the interface and not just the figure mentionned
Hi Bastien, Based on the description, it appears that the goal is to save graphs generated within the app separately using the ...
4 months 前 | 0
已回答
which encoding should i used with fopen in matlab
Hi @rakia belgacem, I understand you are encountering an issue opening a UCS‑2 (or UTF‑16) encoded file in MATLAB. This is bec...
which encoding should i used with fopen in matlab
Hi @rakia belgacem, I understand you are encountering an issue opening a UCS‑2 (or UTF‑16) encoded file in MATLAB. This is bec...
4 months 前 | 0
已回答
VideoReader read gets progressively slower
Hi @Peter Bone, The issue arises because MATLAB's 'read()' method in older R2013b with compressed formats is not indexed. Each ...
VideoReader read gets progressively slower
Hi @Peter Bone, The issue arises because MATLAB's 'read()' method in older R2013b with compressed formats is not indexed. Each ...
4 months 前 | 0
已回答
deploy to hardware error "Embedded coder with tiva c tmc123G"
Hi @Mahmoud awd, @Tarek Anwer The error encountering when building your Simulink model for the 'Tiva C TM4C123G' using Embedded...
deploy to hardware error "Embedded coder with tiva c tmc123G"
Hi @Mahmoud awd, @Tarek Anwer The error encountering when building your Simulink model for the 'Tiva C TM4C123G' using Embedded...
4 months 前 | 0
已回答
create matrix of Java linked list
Hi @Yuval Larom, The error "Index exceeds Java array dimensions" occurs because MATLAB's 'javaArray' function creates Java arr...
create matrix of Java linked list
Hi @Yuval Larom, The error "Index exceeds Java array dimensions" occurs because MATLAB's 'javaArray' function creates Java arr...
5 months 前 | 0
已回答
cross-validation for decision tree with matlab
Hi @chikilon, The error arises because 'classify' expects numerical input, but the data provided is in a cell array of strings....
cross-validation for decision tree with matlab
Hi @chikilon, The error arises because 'classify' expects numerical input, but the data provided is in a cell array of strings....
5 months 前 | 0
已回答
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...
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...
5 months 前 | 0
已回答
How to fix 'Undefined variable "rmiut" or class "rmiut.isReqEditorOpen". Error in rmiml.selectionLink Error in rmiml.selectionLink'?
Hi @Cong Vu Van, @Philip Pesce, @creative, @Muhammad Atif Ali I understand that an error is being encountered while starting MA...
How to fix 'Undefined variable "rmiut" or class "rmiut.isReqEditorOpen". Error in rmiml.selectionLink Error in rmiml.selectionLink'?
Hi @Cong Vu Van, @Philip Pesce, @creative, @Muhammad Atif Ali I understand that an error is being encountered while starting MA...
5 months 前 | 0
已回答
How do I solve the licensing error -140, 148?
Hi @Lars Geir Tvedt, @Drew Gehman The License Manager Error -140/148 occurs when attempting to use a newer license file with an...
How do I solve the licensing error -140, 148?
Hi @Lars Geir Tvedt, @Drew Gehman The License Manager Error -140/148 occurs when attempting to use a newer license file with an...
5 months 前 | 0
已回答
R2016a error using "Print to Figure" for clustergram
Hi @Daniel Miller, I also faced a similar problem when trying to pring a clustegram to a figure in MATLAB. This error occurs be...
R2016a error using "Print to Figure" for clustergram
Hi @Daniel Miller, I also faced a similar problem when trying to pring a clustegram to a figure in MATLAB. This error occurs be...
5 months 前 | 0
已回答
Error using VideoReader to load video files
Hi @Damien, The error occurs because MATLAB R2013a does not support reading MP4 files using the 'VideoReader' function on Wind...
Error using VideoReader to load video files
Hi @Damien, The error occurs because MATLAB R2013a does not support reading MP4 files using the 'VideoReader' function on Wind...
5 months 前 | 0
已回答
Mex Link Failure: Undefined Symbols for Architecture
Hi @Adriano Martinelli, I understand that there was an issue during the linking process when tried to compile a MEX file using...
Mex Link Failure: Undefined Symbols for Architecture
Hi @Adriano Martinelli, I understand that there was an issue during the linking process when tried to compile a MEX file using...
5 months 前 | 0
已回答
Why am I getting an error running the Monocular Visual Simultaneous Localization and Mapping tutorial?
Hi @Evandro Marconato, I understand that you are trying to run the ‘Monocular Visual Simultaneously Localization and mapping’ ...
Why am I getting an error running the Monocular Visual Simultaneous Localization and Mapping tutorial?
Hi @Evandro Marconato, I understand that you are trying to run the ‘Monocular Visual Simultaneously Localization and mapping’ ...
8 months 前 | 0
已回答
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...
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...
10 months 前 | 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 ...
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 ...
10 months 前 | 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"...
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"...
10 months 前 | 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 ...
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 months 前 | 2
已回答
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...
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 months 前 | 1
已回答
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...
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...
10 months 前 | 1
| 已接受
已回答
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...
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...
10 months 前 | 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 ...
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 ...
10 months 前 | 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...
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...
10 months 前 | 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...
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...
10 months 前 | 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, ...
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, ...
10 months 前 | 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...
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...
11 months 前 | 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...
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...
11 months 前 | 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...
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...
11 months 前 | 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 ...
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 ...
11 months 前 | 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...
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...
11 months 前 | 0