Community Profile

photo

alex contreras


Last seen: 29 days ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


How do I put multiple outputs of a function into separate variables
clear;clc; v0= 180; theta = [0,30,60,75] v0y = v0.*sind(theta) v0x = v0.*cosd(theta) g = -9.81; A = (0.5*g); B = v0y; C ...

2 years ago | 2 answers | 0

2

answers

Question


How do I use the find function to track every last point that is black, so as to create a matrix of that border between white a black image. See Below
I used the find function to find a single point, the row at which the image is black, in the first column. But I want to do th...

2 years ago | 2 answers | 0

2

answers