社区资料

照片

维克多·冈萨雷斯(Victor Gonzalez)


Last seen: 8 months ago|自2018年以来活跃

统计数据

All
  • Personal Best Downloads Level 1
  • Github提交2级
  • 首先提交
  • 第一个答案
  • 发起人
  • Commenter
  • Solver

View badges

内容提要

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

9个月前

提交


带有Kmeans和中值过滤器的密集差异图
median filter and k-means clustering for dense disparity map estimation

2年前|5个下载|

缩略图

提交


稀疏差异图估计
MATLAB函数以估计具有GPU功能的立体声对图像的差异图

2年前|1下载|

缩略图

Solved


Find common elements in matrix rows
Given a matrix, find all elements that exist in every row. For example, given A = 1 2 3 5 9 2 5 9 3 2 5 9 ...

2years ago

Solved


“低:高 - 低:高 - 转身” - 创建一个子区域向量
令两个向量 * lo *和 * hi *。作业是创建一个索引向量,例如so Idx = [lo(1):hi(1)lo(2):hi(2)...] ...

3年前

Solved


从Matrice获取索引
从Matrice获取索引。Inspired by Problem 645. Getting the indices from a vector by the great Doug Hull. Given a...

3年前

Solved


填充零矩阵
目的是填充所有零的数量,给定数值和该值的行和列的索引。3个输入:...

3年前

Solved


删除NAN值旁边的两个元素
The aim is to *remove the two elements next to NaN values* inside a vector. For example: x = [6 10 5 8 9 NaN 23 9 7 3 21 ...

3年前

Solved


MiddleasColumn:返回所有第一个和最后一个元素,作为列矢量
给定输入a,返回除第一个和最后一个元素以外的所有元素,以列向量排列。(即第一个S ...之后的所有维度

3年前

Solved


Generate N equally spaced intervals between -L and L
给定n和l,返回将间隔[-l l]分为n等相等长度段的数字列表(按上升顺序)。F...

3年前

Solved


Reindex a vector
You are given two vectors of equal length. Vector N has numeric values (no Inf or NaN) while vector IDX has integers. Place th...

3年前

Solved


矩阵索引带有两个索引向量
给定一个矩阵M和两个索引向量A和B,返回一​​个行矢量x,其中x(i)= m(a(i),b(i))。

3年前

Solved


矩阵的交集
给定两个填充有一个和零的矩阵,确定它们是否共享一个公共行,列条目。这些矩阵是识别的...

3年前

Solved


Return unique values without sorting
如果输入向量A为[42 1 1],则输出值B必须是唯一值[42 1] B的 *值B在S ...中。

3年前

Solved


特定元素计数
给定一个向量_v_和一个元素_e_,返回_v_中_e_的出现数。注意:NAN是平等的,可能有N ...

3年前

Solved


Return elements unique to either input
Given two numeric inputs a and b, return a row vector that contains the numbers found in only a or only b, but not both. For ex...

3年前

Solved


获取逻辑索引
这是一个基本的MATLAB操作。它是出于教学目的。---逻辑索引的工作原理。阈值= 4 ...

3年前

Solved


Set the array elements whose value is 13 to 0
Input A either an array or a vector (which can be empty) Output B will be the same size as A . All elements of A equal to 13...

3年前

Solved


We love vectorized solutions. Problem 1 : remove the row average.
Given a 2-d matrix, remove the row average from each row. Your solution MUST be vectorized. The solution will be tested for ac...

3年前

Solved


复制向量中的元素
Replicate each element of a row vector (with NaN) a constant number of times. Examples n=2, A=[1 2 3] -> [1 1 2 2 3 3] ...

3年前

Solved


在3D矩阵中找到最大的价值
给定3D矩阵A,找到最大的值。示例>> a = 1:9;>> a = reshape(a,[3 1 3]);>> islargest(a)a ...

3年前

Solved


Test for balanced parentheses
鉴于输入仪器,给出布尔输出,指示所有括号是否平衡。示例: *如果...

3年前

Solved


插造器
您有两个向量,A和b。它们是单调的,长度相同。给定一个值,va,其中va位于(1)和a之间(结束...

3年前

Solved


一串数字的最大运行产品
Given a string s representing a list of numbers, find the five consecutive numbers that multiply to form the largest number. Spe...

3年前

Solved


Duplicates
编写一个接受单元字符阵列并返回另一个单元字符串 *的函数 *仅使用重复 * retai ...

3年前

Solved


QWERTY坐标
Given a lowercase letter or a digit as input, return the row where that letter appears on a

在4年前

Solved


Extract leading non-zero digit
指出,领先数字的分布不是随机的。这...

在4年前

Solved


Sums with Excluded Digits
将所有整数从1个整数添加到n,其中数字M未显示。M将永远是0到9的一个数字整数。不...

在4年前

装载更多