Community Profile

photo

Venkat Siddarth Reddy


Last seen: 3 Tage vor Aktiv seit 2023

Followers: 0   Following: 0

Statistiken

  • 3 Month Streak
  • Knowledgeable Level 3
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Using c language to call the dll file generated by matlab, there is an error when running
Hi, It is difficult to understand the underlying issue there, just with the error message. However, from the given error it se...

4 Tage vor | 0

Beantwortet
How can I access help & toolboxes of MATLAB2024a when I'm offline?
Hi bahareh, You can refer to the following resource to learn more about downloading and accessing offline documentation . http...

6 Tage vor | 0

Beantwortet
How to read Arduino Output in Simulink by realtime?
Hi Christian, You can try to get send data through the digital pin of the board and capture it in simulink using "Run on hardwa...

10 Tage vor | 0

Beantwortet
Code for Given three points (x1, y1), (x2, y2) and (x3, y3), write a program to check if all the three points fall on one straight line.
Hi Ravi, To achieve this you can use the concept of slopes i.e. if the slope between (x1, y1) and (x2,y2), and between (x2,y2) ...

10 Tage vor | 0

| akzeptiert

Beantwortet
I think this is vectorizing
Hi Kyle, In the above code you are trying to use the variables "R" and "C" as the functions to create a matrix of dimensions o...

20 Tage vor | 1

| akzeptiert

Beantwortet
how to add thermal port in battery
Hi Presanna, I think there is no separate block for battery with thermal port, it is available in battery block itself, under t...

20 Tage vor | 0

Beantwortet
Do multiple instances of MATLAB on the same computer take up more than one seat?
Hi emma, Even though you open multiple sessions of MATLAB on a single computer, it is still seen as one seat only. Regardles...

2 Monate vor | 0

| akzeptiert

Beantwortet
Problem during compiling reference model
Hi Faisal, I understand that you are encountering an error during a co-simulation with GT-Suite on a model that references ano...

2 Monate vor | 0

Beantwortet
MISRA warnings when building code generated for MISRA Compliance
Hi John, When adding the 'MISRA C 2012 guidelines' in code generation objectives, it doesn't mean that the generated code is fu...

2 Monate vor | 0

| akzeptiert

Beantwortet
Ho do I connect Niryo One with the output of a python file?
Hi Hannes, I understand that you are trying to feed the output of python script to Niryo one robot so that, based on the inform...

2 Monate vor | 0

Beantwortet
How to install Clus-DoC
Hi Danielle, You can execute the script either by changing the current directory to the downloaded GITHUB repository folder whe...

2 Monate vor | 0

Beantwortet
String commands to CAN Conversion
Hi Cristian, I don't think you can directly pass the strings as mentioned above in CAN protocol. CAN is a well-defined protoco...

2 Monate vor | 0

Beantwortet
cannot find lib path when matlab standalone app calls a mex function
Hi Xinyi, The setenv function sets the environmental variables for that MATLAB session only. The value of that environmental v...

2 Monate vor | 0

Beantwortet
Does a Model Advisor Edit Time Check only run at edit time?
Hi John, You can refer to the following documentation to learn about defining custom edit-time checks for the model: https:/...

2 Monate vor | 0

| akzeptiert

Beantwortet
Measurement Function for Extended Kalman Filter receives -2 input. Why?
Hi Suraj, I understand that you are getting the above error when using measurement function for extended kalman filter. It is ...

3 Monate vor | 0

Beantwortet
Reading a specific ASCII format file
Hi Ashutosh, To solve this query, you can read the file line by line until you find the "[DATA]" header.And then read the data ...

3 Monate vor | 1

Beantwortet
Checking for CUDA availability on the Target... Checking for 'nvcc' in the target system path... Warning: Unable to find 'nvcc' on the system path. Update the '.bashrc' script
Hi MD Limon Apu, I understand that you are trying to generate optimized CUDA code for jetson NANO but you are facing "NVCC" not...

3 Monate vor | 1

| akzeptiert

Beantwortet
parpool use existing slurm job
Hi @Frank, I understand that you are trying to create a parallel pool using the resources of a running Slurm job. To achieve ...

3 Monate vor | 0

Beantwortet
How to save good quality plots in Matlab using code?
Hi @SWARNENDU PAL, I understand that the you trying to automate the process of saving a plot, but you are facing an issue with ...

4 Monate vor | 0

| akzeptiert

Beantwortet
I have a question related to simulink model advisor
Hi @Hamideh, I understand that you are getting warnings when checks are performed on your model using model advisor. These war...

4 Monate vor | 0

Beantwortet
tms320 f28335
Hi @mohamed ahmed, I understand that you are trying to connect and control TMS320 F28335 from Simulink. Here I am assuming th...

4 Monate vor | 0

Beantwortet
Simulink: How to pass mask input values a masked subsysem
Hi @MP, I understand that you are trying to pass parameter values from a masked model to same masked submodels by promoting the...

4 Monate vor | 1

| akzeptiert

Beantwortet
How to Connnect Nuvoton M031TD2AE to MATLAB ?
Hi @Anup Patil, I understand that you are trying to connect Nuvoton M031TD2AE to MATLAB. Here I am assuming that "connect" in...

4 Monate vor | 0

| akzeptiert

Beantwortet
Converting an image to CIE (Commission Internationale de l’éclairage) LMS color space
Hi @Naa Adjeley, I understand that you are trying to convert an image from RGB format to the CIE LMS color space. To convert t...

4 Monate vor | 1

Beantwortet
In which tool box I can get theaterPlot scratch code
Hi @DAYANANDA B N, I understand that you are looking for the location of the theaterPlot function implementation in the MATLAB ...

4 Monate vor | 0

| akzeptiert

Beantwortet
Unable to start QGC mission flight mode with PX4 HITL simulation
Hi @Judson, I understand that you trying to use "Method -1" of "PX4 Autopilot in Hardware-in-the-Loop (HITL) Simulation with U...

4 Monate vor | 0

| akzeptiert

Beantwortet
Simulink s-function multiple instance compilation issue
Hi @Jiasheng wang, I understand that you are using third party generated S-Function in your Simulink model and it throws "inter...

4 Monate vor | 0

Beantwortet
I want to use Arduino to train RLAgent with run with IO mode.
Hi @Cheng David, I understand that you are trying to train the RL (Reinforcement Learning) agent in MATLAB, but you are facing ...

4 Monate vor | 1

| akzeptiert

Beantwortet
watermark on pdf report in deployed app will not work
Hi @Martin Jensen, I understand that you are trying to add watermark to a report and generate it using MATLAB App designer. How...

4 Monate vor | 0

Beantwortet
Rte_Type.h in model reference
Hi @Melih, I understand that you are trying to generate metrics report for an AUTOSAR classic component with a model reference ...

5 Monate vor | 0

Mehr laden