Community Profile

photo

alex contreras


Last seen: 27 días hace Con actividad desde 2022

Estadísticas

  • Thankful Level 2

Ver insignias

Content Feed

Ver por

Pregunta


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

alrededor de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 2 años hace | 2 respuestas | 0

2

respuestas