Kshitij Chhabra
MathWorks
Followers: 0 Following: 0
I am an Associate in Engineering Development Group at MathWorks. My responsibility is to provide the the support which is best in my capabilities in the domains of Automation, Robotics, Computer Vision, Navigation and Path Planning at MathWorks. Disclaimer: Any articles/ideas/opinions here are my own and in no way reflect that of MathWorks
Estadística
0 Preguntas
47 Respuestas
CLASIFICACIÓN
1.398
of 295.467
REPUTACIÓN
48
CONTRIBUCIONES
0 Preguntas
47 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
8
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
How to show the output of a function when you call the code in another file?
Hi, You can try returning the answer as a structure and further using it down your code. The documentation of struct can be fou...
casi 3 años hace | 0
Run an exectuable (deployed from a differential eq system in Simulink) for one timestep, then give new input (iteratively)
Hi, You can look at the documentation to get insights of exporting Simulink Model as C code. Further you can use this C code as...
casi 3 años hace | 0
| aceptada
Green's theorem
Hi, You can check the MATLAB Documentation to get examples on how to compute Line Integrals. Hope it helps!
casi 3 años hace | 0
Fourier series and transform of Sinc Function
Hi, You can try leveraging the Curve Fitting Toolbox offering from MATLAB to get insights on how to plot a curve over the bar c...
casi 3 años hace | 1
How can I install the optimization toolbox under Linux.
Hi, You can install the latest MATLAB updates, additional toolboxes, and add-ons in the official MATLAB Docker container image....
casi 3 años hace | 0
Programatically configure arduino in standalone application
Hi, For a clean installation, the IDE Path should be automatically configured when you install the Arduino Support Package. You...
casi 3 años hace | 0
| aceptada
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. ...
alrededor de 3 años hace | 0
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...
alrededor de 3 años hace | 1
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...
alrededor de 3 años hace | 0
Is anyone familiar with bode block of Simulink?
Hi, You can check the documenation for Bode Plot Block here to get a better idea.
alrededor de 3 años hace | 0
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...
alrededor de 3 años hace | 0
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...
alrededor de 3 años hace | 0
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...
alrededor de 3 años hace | 0
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...
alrededor de 3 años hace | 1
| aceptada
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.
alrededor de 3 años hace | 0
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...
alrededor de 3 años hace | 1
| aceptada
AR model with one day lag
Hi, You can check the documentation for Autoregressive Models which also has certain examples to get you started.
alrededor de 3 años hace | 0
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...
alrededor de 3 años hace | 0
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...
alrededor de 3 años hace | 2
| aceptada
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...
alrededor de 3 años hace | 0
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
alrededor de 3 años hace | 0
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...
alrededor de 3 años hace | 0
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...
alrededor de 3 años hace | 0
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...
alrededor de 3 años hace | 0
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 ...
alrededor de 3 años hace | 0
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...
alrededor de 3 años hace | 0
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...
alrededor de 3 años hace | 0
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 ...
alrededor de 3 años hace | 0
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...
alrededor de 3 años hace | 0
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...
alrededor de 3 años hace | 0
| aceptada