![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/25343850_1642597214291_DEF.jpg)
Ritish Sehgal
Followers: 0 Following: 0
DISCLAIMER: Any advice or opinions posted here are my own, and in no way reflect that of MathWorks
C++, C, Javascript
Spoken Languages:
English, Hindi
Statistics
0 Questions
24 Answers
RANK
1,421
of 297,016
REPUTATION
48
CONTRIBUTIONS
0 Questions
24 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
6
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
How to draw specific shape with unit impulse
Hi, From the label of these figures, it seems that you want to create mesh and contour plots. You can draw the mesh and contou...
2 years ago | 0
Table printing null values until it satisfies the if condition
Hi, I assume that you are looping over the if-else statements to create a table based on a condition. You can create an else b...
2 years ago | 0
| accepted
all other open windows shut down after drawing a graph
Hi, You can refer to the below MATLAB answer that discusses a similar issue faced in MacOS Ventura in R2022b. https://in.mathw...
2 years ago | 0
Set Polygon FaceColor to 'none' after coloring it using mapshow
Hi, You can try setting the ‘FaceColor’ attribute to white color to remove the red color of the Polygon. For example, the be...
2 years ago | 0
| accepted
How to get the data index when using brush
Hi, You can refer to the MATLAB answer below which discusses about obtaining the brushed data index from a plot. https://in.ma...
2 years ago | 0
how to change the value for parameter in simulink block using m file
Hi, You can programmatically change the value of block parameters using the “set_param” function. Below is the link to the doc...
2 years ago | 0
| accepted
not able to connect two elements
Hi, The reason you are unable to connect these blocks is that they are implemented in two different technologies. The ‘AC Vol...
2 years ago | 0
| accepted
Import geometry from STEP file for PDE
I assume that you are using MATLAB R2022a release. I would like to inform you that importing geometry from a ‘STEP’ file was in...
2 years ago | 0
| accepted
Failed to authenticate SSH session: Unable to open public key file
I assume that you have already followed the documentation below: https://in.mathworks.com/help/releases/R2022b/matlab/matlab_pr...
2 years ago | 0
can not run power_V2G on desktop
I assume that you are referring to the ‘24-hour Simulation of a Vehicle-to-Grid (V2G) System’. This example is intended to work...
2 years ago | 1
Problem with monolr.m function in fraclab toolbox
I understand that you are facing an error while executing a MATLAB script with a Third-Party toolbox ‘Fraclab’. Generally, this...
2 years ago | 0
Error using smimport_implementation first generation
I understand that you are facing an error while importing an XML file using the ‘smimport’ function. In order to use the ‘smimp...
2 years ago | 0
Matlab R2022b MacBook Air 16Gb Ram intel i7 os 13ventura. The processing last too long and the interface is very slow during processing. It isn't usable. How can I fix it?
I understand that you are facing performance issues while using MATLAB R2022b in macOS Ventura. A possible cause for this issue...
2 years ago | 1
'MathWorksSimulation' failed to load because module 'MathWorksSimulation' could not be loaded
I understand that you are facing an error while trying to connect Unreal Engine with MATLAB R2022a. I suggest you to re-install...
2 years ago | 1
I just installed 2022b on a Mac and I can't find my options file?
I understand that you are facing the ‘License checkout failed - Error 39’ after installing MATLAB R2022b on your macOS. General...
2 years ago | 0
Error while link the simscape multibody
It is my understanding that you are facing an error while trying to install the Simscape Multibody Link add-on. I am assuming t...
2 years ago | 0
Pressing Enter key in uiEditField does not call ValueChangedFcn after uiEditField.Value was changed programmatically
It is my understanding that you want to trigger ValueChangedFcn callback after setting the uiEditField.Value programmatically. ...
2 years ago | 0
Whenever I add blocks in Simulink or Simscape using the quick add menu, the whole app freezes for a couple seconds
It is my understanding that you experience a lag while using Quick Add feature in Simulink/Simscape while using it on MacOS. As...
2 years ago | 0
Deploy C/C++ Code from Simulink to Arduino
It is my understanding that you want to deploy C/C++ code generated from a Simulink model to Arduino Mega target board. You can...
2 years ago | 0
| accepted
Unable to open Matlab in Manjaro Linux
It is my understanding that after you updated your OS, you are getting the shared error message while starting MATLAB in your li...
2 years ago | 0
| accepted
may I ask why I cannot get the label [0.8 0.5 0.25 0.1]?
It is my understanding that you want to label those data points [0.8 0.5 0.25 0.1] over your contour plot. There is a property ...
2 years ago | 0
How to set Simulink line's Name Location as M-Script
It is my understanding that you want to format the names of the Simulink signal lines in such way that they appear in the center...
2 years ago | 0
Codedescriptor.dmr not found
"codedescriptor.dmr" is an artifact file that is created in the "model_xxxxx_rtw" code generation folder for targets such as ert...
2 years ago | 3
| accepted
Why an initialization function in Simulink Dialog box code is not going to work?
It is my understanding that when you try to execute the initialization code in Mask Editor it gives an error while evaluating th...
2 years ago | 0
| accepted