照片

亲戚宁


最后一个见面:16일전|2016 이후 활성

统计数据

All
  • Personal Best Downloads Level 1
  • 五星级星系1级
  • 首先提交
  • 复兴级别1
  • First Review
  • 第一个答案
  • Commenter
  • Solver

배지보기

内容提要

보기기준

제출됨


Convert Videos to JPG
Convert recorded lecture to jpg so that I can import to powerpoint.

약 1년 전 | 다운로드 수: 4 |

제출됨


查找正态分布的特征向量(2D)
This program is for educational purpose. It helps to understand how SVD can help in decomposing 2 dimensional data into eigenvec...

1년| |다운로드:2 |

제출됨


基于PCA沿z方向对齐/旋转点云
Align point cloud of arbitrary shape and direction along z-axis based on PCA analysis.

2년| |다운로드:2 |

缩略图

해결됨


从向量获取索引
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to

약2년년

해결됨


交换输入参数
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

약2년년

해결됨


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

약2년년

해결됨


产生矢量1,2,2,3,3,3,4,4,4,44
生成一个矢量1,2,2,3,3,3,3,4,4,4,4,因此,如果n = 3,则返回[1 2 2 3 3 3],如果n = 5,则返回[1 22 ...

약2년년

제출됨


使用griddata的涂料
涂料:替换具有带有插值值的NAN值的矩阵。

약22 |다운로드:3 |

해결됨


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

3년 이하 전

해결됨


Read a column of numbers and interpolate missing data
给定一个字符串输入单元阵列,挑选the second column and turn it into a row vector of data. Missing data will be i...

3년 이하 전

해결됨


斜边的长度
给定长度A和B的短侧,计算右角三角形的斜边的长度C。<< http://上传...

3년 이하 전

답변있음
Why does transforming with affine3D yield different result than multiplying with transfomation matrix?
ptcloud = pointCloud(rand(10000,3,'single'));Moveright = [1 0 0 0;... 0 1 0 0;... 0 0 1 0;......

3년|0

답변있음
约束多项式回归
一种方法是使用Fittype并修复下部和上限。(x,y)是您想要适合的一些向量。好事...

3년|0

해결됨


找到字母单词产品
If the input string s is a word like 'hello', then the output word product p is a number based on the correspondence a=1, b=2, ....

6년 이하 전

해결됨


帕斯卡的三角形
给定一个整数n> = 0,生成长度n+1行矢量,代表

6년 이하 전

해결됨


细胞细木工
给您一个单元格和字符串定界符的单元格数组。您需要产生一个由每个字符串fr ...组成的字符串...

6년 이하 전

해결됨


最近的数字
Given a row vector of numbers, find the indices of the two nearest numbers. Examples: [index1 index2] = nearestNumbers([2 5 3...

6년 이하 전

해결됨


返回最大的数字
此示例来自史蒂夫·埃丁(Steve Eddins)的博客:

6년 이하 전

해결됨


Bullseye Matrix
Given n (always odd), return output a that has concentric rings of the numbers 1 through (n+1)/2 around the center point. Exampl...

6년 이하 전

해결됨


目标分类
对给定的数字列表进行排序| A |根据每个元素距离目标值| t |的距离。结果应返回...

6년 이하 전

해결됨


Which values occur exactly three times?
Return a list of all values (sorted smallest to largest) that appear exactly three times in the input vector x. So if x = [1 2...

6년 이하 전

해결됨


The Goldbach Conjecture
断言,每个偶数整数都大于2可以...

6년 이하 전

해결됨


卸下元音
删除给定短语中的所有元音。示例:输入s1 ='杰克和吉尔上山'输出s2是'jck nd jll wn ...

6년 이하 전

해결됨


根据远离原点的范围对复数列表进行排序。
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...

6년 이하 전

해결됨


Summing digits
给定n,找到组成2^n的数字的总和。示例:输入n = 7输出b = 11以来,自2^7 = 128和1 + ...

6년 이하 전

해결됨


谁有最多的变化?
您有一个矩阵,每行是一个人,列代表零件,镍,角钱和便士的数量...

6년 이하 전

해결됨


Return the 3n+1 sequence for n
collat​​z序列是序列,其中,对于给定的数字n,如果数字为e ...

6년 이하 전

해결됨


往回行
给定数字n,创建一个n by-n矩阵,其中整数从1到n^2沿行沿行动来回驱动,如...

6년 이하 전

해결됨


大多数非零元素连续
Given the matrix a, return the index r of the row with the most nonzero elements. Assume there will always be exactly one row th...

6년 이하 전

해결됨


Find the numeric mean of the prime numbers in a matrix.
There will always be at least one prime in the matrix. Example: Input in = [ 8 3 5 9 ] Output out is 4...

6년 이하 전

더로드