Community Profile

photo

alex contreras


Last seen: 대략 1개월 전 2022년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변