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

回答