photo

Venkat Siddarth Reddy


Last seen: 8 giorni fa Attivo dal 2023

Followers: 0   Following: 0

Statistica

  • 3 Month Streak
  • Knowledgeable Level 3
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Error using cat Dimensions of arrays being concatenated are not consistent. Error in cell2mat m{n} = cat(1,c{:,n});
Hi Amanath, The error is due to inconsistents in the sizes of elements wthin the cell arrays dataTable.Cohesion and dataTable.F...

2 mesi fa | 1

Risposto
Is there anyway to modify a matlab app component to fit my needs?
Hi Paulo, I don't think you can change the icon of the "heading indicator" since this is a component in Aerospace Toolbox for ...

2 mesi fa | 0

Risposto
What is the best way to split a liquid flow in 2 differents flows ?
Hi Karim, For splitting a liquid flow into two equal parts, a Y-junction with equal sections for the side branches, as you're u...

2 mesi fa | 0

| accettato

Risposto
Simulink doesn't found ROS2 topic
Hi Daniel, Since you are using Windows operating system, I suspect, the issue might be due to firewall blocking the ROS commun...

2 mesi fa | 0

Risposto
Error with the animation of the surface plot
Hi, The problem you're encountering originates from the 26th line of your code, specifically: surfc(phi,theta,eff); This erro...

3 mesi fa | 1

| accettato

Risposto
How to import hmdb51 dataset into MATLAB Online (For Classify Video Using Deep Learning MATLAB Tutorial)
Hi Daniel, I understand that you are trying to import the downloaded dataset into MATLAB Online. To achieve this, select the...

3 mesi fa | 0

| accettato

Risposto
how to create mask on matlab 2024a (subsystem)
Hi, Checkout the following R2024a documentation, to mask a subsystem and add an image as icon: Mask: https://www.mathworks.com...

3 mesi fa | 1

Risposto
Simulink- How to control stop time?
Hi, Checkout the following example, to learn how to change stop time in simulink GUI: https://www.mathworks.com/help/simulink/...

3 mesi fa | 0

Risposto
Need support for 3d plotting payload calculation for electric vehicle
Hi Akash, I reviewed the code and noticed a mismatch in the sizes of the parameters for the surf and contour functions.For 3D p...

3 mesi fa | 0

Risposto
unable to import large data txt file due to memory
Hi, You can try using "datastore," which is designed to store data that is too large to fit into memory. This enables you to re...

3 mesi fa | 0

Risposto
Error:External Mode Open Protocol Connect command failed Caused by: Could not connect to target application: XCP internal error: timeout expired, in response to XCP CONNEC
Hi Chiang, Refer to the following post regarding this query, since this consolidates various approaches in solving the issue: ...

3 mesi fa | 0

Risposto
COM - Feval() passing a table as a Double[,] is as expected, nonetheless c# Dictionary.ToArray() returns a Double[][] (what is called a jagged array)
Hi Andy, You can call another MATLAB function called reshape, to convert the jagged array into 2D array. To learn more about i...

3 mesi fa | 0

Risposto
Simulink course not properly
Hi Nethesh, It appears that the issues you're encountering are related to a corrupted installation and problems with graphics d...

3 mesi fa | 0

Risposto
Scroll wheel controls zooming not working
Hi, I had a similar scenario before. After trying out various approaches, finally I did a clean re-install of MATLAB and it w...

3 mesi fa | 0

Risposto
Trying to solve system of PDE by spacial discretization. Errors are coming frequent . what am i doing wrong ?
Hi Ananthakrishnan, I think you are missing an arithmetic operation in the last line of for loop in function f next to the vari...

3 mesi fa | 0

Risposto
I need help with an error I get
Hi Nathanael, Variables in MATLAB are case-sensitive.In the first line of function definition, "F" has been used which isn't d...

3 mesi fa | 1

Risposto
Cant open property inspector in MAtlab online
Hi Shivansh, I was able to open the property inspector in matlab online for a basic surface plot and for a resource intensive ...

3 mesi fa | 0

Risposto
how to create a 6 dof pick and place robotic arm
Hi abhijith, If your answer for Sam's question is to understand the the skills and techniques required for building the robotic...

3 mesi fa | 0

Risposto
Hydraulic control of an excavator
Hi, You can achieve constant pressure in the circuit, using Pressure Compensator Valve (IL). When using this valve,if you set "...

3 mesi fa | 0

Risposto
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...

3 mesi fa | 0

Risposto
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...

3 mesi fa | 0

Risposto
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...

3 mesi fa | 0

Risposto
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) ...

3 mesi fa | 0

| accettato

Risposto
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...

4 mesi fa | 1

| accettato

Risposto
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...

4 mesi fa | 0

Risposto
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...

5 mesi fa | 0

| accettato

Risposto
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...

5 mesi fa | 0

Risposto
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...

5 mesi fa | 0

| accettato

Risposto
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...

5 mesi fa | 0

Risposto
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...

5 mesi fa | 0

Carica altro