photo

SACHIN KHANDELWAL


Last seen: 8 days ago Active since 2023

Followers: 0   Following: 0

Statistics

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

View badges

Feeds

View by

Answered
Dot indexing is not supported for variables of this type.
Hi @Yunus Emre, I had a brief look into the code that you provided, and I identified where the issue originates. In the functi...

25 days ago | 0

Answered
How can I make such that every method call to a class is routed through a wrapper
Hi @Alexander, You can achieve this in MATLAB by using a combination of class inheritance and method overloading. You'll need ...

25 days ago | 0

Answered
the matrix addition should come 0 but it is not happening
Hi @Pranshu, It would be difficult to debug the issue without sufficient code files. I suspect that the problem is due to prec...

25 days ago | 0

Answered
matlab recent versions editor left side white margin
Hi @SK, I'm having a similar issue with my MATLAB. I think there's a specific margin that allows you to click once in the whit...

27 days ago | 0

Answered
I'm a fresher here who has just finished the matlab onramp course but unable is stuck at the practise problem.
Hi @Divya I've tried solving the same Cody problem that you're working on, and it works perfectly on my end. Here's the MATLAB ...

27 days ago | 0

| accepted

Solved


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

27 days ago

Answered
Running 2 commands at same time
Hi @Paul Elliott, You might want to use the 'parpool' and 'parfeval' functions in MATLAB. These functions allow you to create ...

27 days ago | 0

Answered
Can the MATLAB Engine API implement interactive operations in the MATLAB Command Window?
Hi @HCH , You can use the MATLAB Engine API to interact with MATLAB from Python. However, if you need to perform interactive op...

28 days ago | 0

Answered
Using copyfile in standalone matlab app give error
Hi @M N, The issue you're encountering likely stems from the fact that the standalone MATLAB application does not have the sam...

28 days ago | 0

Answered
Generate C testbench by using Simulink Coder
Hi @MDL , I understand that you're looking to generate a C testbench for your generated C code. I recommend checking out the "S...

29 days ago | 0

Answered
input boxes of figure export do not work!
Hi @Xiaopeng Li, If you're attempting to export a figure in MATLAB and the option boxes in the Export Setup window are not resp...

2 months ago | 0

Answered
C# with matlab via COM
Hi @xiaoli, One possible issue could be related to the directory path. In your C# code, you are attempting to change the direct...

2 months ago | 1

| accepted

Answered
finding indexed max values of a matrix using logical array
Hi @hxen, The issue you are encountering with the random ordering of row indices i when using [i,j] = find(G==max(G,[],2) is du...

2 months ago | 0

| accepted

Answered
Mathlab doesn't show Graph
Hi @Marin, If you're trying to see a graph in MATLAB but nothing shows up, it's probably because MATLAB typically draws lines c...

2 months ago | 0

Answered
How to program the push button to continue the other push button job in MATLAB GUI
Hi @Mezgean Mohammad, To implementing the functionality you are describing, you need to make sure that the transmitter sire (t...

2 months ago | 0

Answered
How to use MATLAB gui with interface in app dizainer
Hi @Bouali, To help you with your workflow, you can check out this guide from MathWorks about creating graphical user interfac...

2 months ago | 0

Answered
Invalid Autosar shortname error
Hi Vasileios, I understand that you are facing an issue when building the AUTOSAR model. Based on the error message, the issue...

3 months ago | 0

Answered
I am getting error in the line load SPR_data.txt after intializing n_Au
Hi Ananya, After reviewing the error and the code you have provided, it appears that the issue arises because you are executing...

3 months ago | 0

Answered
Vehicle Network Toolbox Error A2L-File
Hi Marcel, The issue you're encountering with importing the 'a2l' file stems from the absence of 'CAN' information in the 'a2l'...

3 months ago | 0

Answered
Why isn't the text on a figure selectable when using 'Tex' as interpreter?
Hi Abdullah, The problem you are facing might be due to a rendering issue. For complex graphics such as surface plots, MATLAB ...

3 months ago | 0

Answered
How to save a workspace with fittypes that use anonymous functions?
Hi @Sophie It seems you're experiencing some difficulties while attempting to save a workspace that includes "fittype" function...

3 months ago | 0

Answered
AUTOSAR Blocket SOME/IP Binding
Hi @dahyun ko, When the model is set up for SOME/IP network binding, a configuration file named VSOMEIPConfig.json is created d...

3 months ago | 0

Answered
Missing .jpg files when running Automated Driving Toolbox Unreal Engine Simulation
Hi Upneet, The issue you are encountering is attributed to the absence of the specified required files. The files are available...

7 months ago | 0