Community Profile

photo

p


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

Statistics

  • Knowledgeable Level 1
  • First Answer

Ver insignias

Content Feed

Ver por

Respondida
Argument of max values of multiple 2D arrays
This seems to do what you want. clc; clear all; close all; A1=[1,2,3 ; 4,5,6 ; 7,8,9]; A2=[2,2,3 ; 3,4,5 ; 5,6,7]; A3=[0,1...

12 meses hace | 0

| aceptada

Respondida
Set to zero values in matrix in between two lines
Previous answers made me think of a way of doing this but using linear indices to limit the number of operations. What follow se...

12 meses hace | 0

Pregunta


Set to zero values in matrix in between two lines
Hello, I would like to vectorize the following operation: Given a 2D matrix/image and the slope and intercept of two lines (th...

12 meses hace | 4 respuestas | 0

4

respuestas