Community Profile

photo

Pranav Nag


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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

1 year ago | 0 answers | 1

0

answers

Question


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

2 years ago | 0 answers | 0

0

answers

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 0 answers | 0

0

answers

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer