Community Profile

photo

Kshitij Chhabra

Last seen: 5 days ago|Active since 2020

Statistics

  • 3 Month Streak
  • Knowledgeable Level 2
  • Revival Level 2
  • First Answer

View badges

Content Feed

View by

Answered
Making a movie and saving figures
Hi, You can try exploring the VideoWriter function to convert your plots to a video. You can check to the documentation here. ...

10 days ago | 0

Answered
Can you express it like walking in X, Y, Z coordinates?
Hi, From my understanding, you want to provide (x,y,z) position as inputs to the joint blocks and visualise the motion. To achi...

14 days ago | 1

Answered
Recursive Formula with integration
Hi, You can use the "integrateByParts" function provided in MATLAB. You can get the link for documentation and some examples h...

17 days ago | 0

Answered
Is anyone familiar with bode block of Simulink?
Hi, You can check the documenation for Bode Plot Block here to get a better idea.

17 days ago | 0

Answered
i couldn't delete the previews version of matlab 2020b in ubunto
Hi, From my understanding this issue might have been caused due to lack of administrative permissions while deleting the account...

17 days ago | 0

Answered
Need to change the license from old computer but computer was reimaged. How do I change it to another user/computer?
Hi, You can head over to the License Center on the MathWorks website and perform the deactivation process. After selecting the...

17 days ago | 0

Answered
How can i make a matrix with variables from workspace.
Hi Marcais, As Stephen mentioned in one of the comments, creation of numbered variables would be an in-efficient approach. Howe...

19 days ago | 0

Answered
MATLAB was unable to launch your System web browser (eg:web('https://github.com'))
Hi lijiong, I understand that you are trying to use the "web()" function to access a given URL but are trying to getting an err...

19 days ago | 1

|accepted

Answered
Again Importing Driving Scenario Code in scenarioDesigner along with sensor data.
You can check the link to documentation for learn how to modify driving scenario programatically.

1 month ago | 0

Answered
Creating a video from a structure array field
Hi, From my understanding you are trying to convert a structure array field into a video using the "writeVideo" function. You n...

1 month ago | 1

|accepted

Answered
AR model with one day lag
Hi, You can check the documentation for Autoregressive Models which also has certain examples to get you started.

1 month ago | 0

Answered
How do I get the distance between the point and the hyperplane in MATLAB 2021a fitcsvm?
Hi Sahil, From my understanding you are trying to find the distance of a particular data point from the hyperplane. I can recom...

1 month ago | 0

Answered
Bicubic Interpolation Algorithm of imrotate
Hi Leoluca, From my understanding of the question, you are trying to find the exact code which is used to perform the bicubic...

1 month ago | 2

|accepted

Answered
Failed to Export Simulink Model From R2021a to R2018a
Hi, from my understanding you are trying to export your Simscape R2021a model to R2018a. As a result of library re-structuring i...

1 month ago | 0

Answered
Just need a quick answer on whether this function and script make sense or if I need to make it more clear so that it is easier to understand
You can check the following link to learn some of the best practices for writing comments in your code

1 month ago | 0

Answered
Find Best Distribution fit for data
From my understanding, you are trying to evaluate and find that which distribution fits well in your data. You can check the fol...

1 month ago | 0

Answered
can not figure this out?
Hi, From my understanding you need to take variable amount of 1x3 array inputs from the user and are trying to store them. I've...

1 month ago | 0

Answered
I can't execute install file on lubuntu 20.04.3
Hi, To my understanding you are trying to install MATLAB on Ubuntu 20.04 and have trouble running the install "install.sh" file...

1 month ago | 0

Answered
Can I add an audio stream to a movie?
Hi Marcelo, VideoWriter is great for creating video files, Howerver, adding audio streams is currently not supported through it ...

3 months ago | 0

Answered
STM32 Nucleo board save to workspace
Hi, I'm not very sure about why you are facing this issue, therefore, could you please provide a detailed explanation along wit...

3 months ago | 0

Answered
How to use (convert) arduino IDE code in Simulink?
Hi, I'm assuming that you want to connect the load cell sensor to your Arduino board and then use serial communication and acce...

3 months ago | 0

Answered
can anyone please tell me ObjectDetections in Driving Scenario Designer ( Attached) what information gives us?
Hello, ObjectDetections gives the output as a structure corresponding to the number of generated detection as a cell array of ...

3 months ago | 0

Answered
PX4 - Simulink quaternion outputs are NAN after applying integration
From my understanding, you are not able to get the desired results because of NaN outputs from PID controller as a result of pas...

3 months ago | 0

Answered
deploy raspberry pi error
From my understanding, you are trying to deploy the function "simpleSum()" on a Raspberry Pi board to use it as a standalone fun...

3 months ago | 0

|accepted

Answered
plotting a vector field
From my understanding, you are trying to plot a vector field but not able to grasp the crux of your question. You can refer to t...

3 months ago | 0

Answered
下午好,请帮我做以下error that Simulink generates when opening a file. I appreciate your help.
From my understanding, you are having trouble opening Simulink and from initial diagnosis this may be the result of a bad instal...

3 months ago | 0

Answered
How do you convert a script to a function?
From my understanding, you are facing this issue because the function and base workspaces have a different scope. The Instrument...

3 months ago | 1

|accepted

Answered
How to get vibrational Raman Spectra from Time-Frequency graph?
I understand that you are having a problem in visualizing the correct output on plotting the real part and the imaginary part ob...

3 months ago | 0

Answered
MATLAB Online App Designer Cannot See Components
We weren't able to reproduce the issue at our end but here are a few possible options you can try: 1) Try opening your MATLAB O...

3 months ago | 0

Answered
prediction using genetic algorithm
MATLAB supports the use of Genetic Algorithm as a part of it's Global Optimization Toolbox. You can check documentation and it ...

3 months ago | 1

Load more