photo

Pranav Nag


Last seen: oltre un anno fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


Uploading live scripts and MATLAB apps online
I would like to upload my work on LinkedIn or even my website to share with potential employers. I know I can save my work as a ...

oltre un anno fa | 0 risposte | 1

0

risposte

Domanda


Multcompare plot in livescript
I have to submit an aassignment as a livescript. I am using multcompare as part of my statistical analysis but I cannot interac...

oltre 2 anni fa | 0 risposte | 0

0

risposte

Domanda


How to use drawnow in app designer
I am trying to plot 3 trajectories on the same graph in app designer. I want the axes to remain rigid while the trajectory is pl...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Unable to understand the source of erroneous output
I know this is a huge ask but it is for an assignment that's due soon and I am unable to figure out the source of the erroneous ...

oltre 2 anni fa | 0 risposte | 0

0

risposte

Domanda


Animated 2D ball trajectory with images
I'm a beginner so please bear with me if this is elementary. I have written the code to plot the trajectory of a basketball w...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Unable to perform assignment because the size of the left side is 1-by-1 and the size of the right side is 1-by-2
Xindex = zeros(217,2); Xval = zeros(201,1,217); for index = 1:217 Xval(:,1,index) = A(:,3,index); for rowidx = 1:201...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


I am trying to use the 'find' function to identify white blobs and thereafter their centroids in an image
function centre = whiteCentre(A) A = imread('BallBlob.bmp'); [row,col] = find(A) end How do I make 'find' go throu...

quasi 3 anni fa | 1 risposta | 0

1

risposta