社区资料

照片

Neuropragmatist


University College London

上次见:1个月前|自2018年以来活跃

接受过神经科学和电生理学的培训,但在编程方面进行了自学。我的解万博 尤文图斯决方案可能不是最快或最优雅的,但平均而言,它们在上述机会级别上工作。

统计数据

All
  • Thankful Level 2
  • 发起人
  • Commenter
  • Thankful Level 1
  • 复兴级别1
  • 3个月连胜
  • First Review
  • Knowledgeable Level 4
  • 第一个答案
  • Solver

View badges

内容提要

View by

问题


How to provide cameraIntrinsics to triangulateMultiview
我正在尝试使用Triangulatemultiview录制的三角匹配点。需要的第三个输入...

8个月前|1答案|0

1

回答

Solved


Find the area of the four walls
If length, breadth and height of the walls are given, find the area of the four walls.

1年前

Solved


Reverse a matrix
这很简单。您必须扭转给定的矩阵。

1年前

Solved


Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2

1年前

Solved


方形矩阵对角线的总和
If x = [1 2 4; 3 4 5; 5 6 7] then y should be the sum of the diagonals of the matrix y = 1 + 4 + 7 = 12

1年前

Solved


找到立方体的表面积
给定立方体长x,找到立方体的表面积,将其等于y

1年前

Solved


将数字四舍五入到小数
Inspired by a mistake in one of the problems I created, I created this problem where you have to round off a floating point numb...

1年前

Solved


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

1年前

Solved


Maximum value in a matrix
在给定矩阵中找到最大值。例如,如果a = [1 2 3;4 7 8;0 9 1];然后答案是9。

1年前

Solved


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

1年前

Solved


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]

1年前

Solved


大多数非零元素连续
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...

1年前

Solved


Remove any row in which a NaN appears
给定矩阵A,返回b,其中所有具有一个或多个

1年前

Solved


交换第一列和最后一列
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

1年前

Solved


我妻子对吗?
无论输入如何,都输出字符串“是”。

1年前

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

1年前

Solved


添加两个数字
给定a和b,返回c中的总和a+b。

1年前

问题


在保持形状的同时洗牌矩阵区域
大家好,我想将一个矩阵分割成各个部分,然后将这些零件移动到周围,同时尽可能保持其形状(b ...

1年前|0答案|0

0

答案

问题


Calculating mean integrated squared error (MISE)
Hi all, I have a bivariate probability distribution ( f1(x) ) and a histogram of real data that I want to compare to it ( f2(x)...

2年前| 1回答|0

1

回答

问题


直方图 - 为什么最小的造型总是给出最小的平均集成平方误差?
大家好,我有一个专门的问题,涉及直方图和平均集成平方误差(MISE)。我想找到...

2年前| 1回答|0

1

回答

回答
如何使用应急表进行Chi Square?
Crosstabs期望原始数据作为向量,如果您只有计数,则需要将数据扩展到向量,例如...

2年前| 1

|accepted

回答
未定义的功能或变量“ netCDF”
我认为您的行应该是:f = netcdf.open('algiers_bay.grd','r');因为NetCDF本身无能为力,...

2年前|0

回答
如何从填充字符串的表中绘制数据?
我认为您的问题只是单元格阵列包含不同长度的字符串,您可以尝试将它们转换为数字I ...

2年前|0

|accepted

回答
Can anyone tell me how does this code works?
Hi, It is difficult to know exactly what the code is doing without the data files it is loading. However, at first glance I wo...

2年前|0

|accepted

回答
我有一个包含图像URL的数据集。如何使用MATLAB从这些URL下载所有图像?
You can read the data into Matlab using importdata: https://uk.mathworks.com/help/matlab/ref/importdata.html?s_tid=doc_ta Then...

2年前|0

回答
请提供有关PCA MATLAB功能的深入详细信息
当您将数据集提供给PCA时,您会提供多少个功能?只是您在第一个图中绘制的XY值?还是你...

2年前|0

|accepted

回答
how do i live plot 3 different values?
Can you be more precise in what you want to achieve? For example, here is the Matlab help example given for animatedline: numpo...

2年前|0

回答
Maximum perpendicular distance from line to convex hull boundary
我不得不做与此类似的事情,对不起,我真的不记得这些细节,但我使用了Raytrigpu:https:// ...

2年前|0

|accepted

回答
基于型号的强化学习
您的代理人应该完全无法做出“无效”动作。对于不希望的动作,正如您所说的正确的奖励功能智慧...

2年前|0

回答
How to Filter Datasheet
Why do you want to do this? Its certinaly poossible to write code to do what you want, I'm just wondering if maybe there is a m...

2年前|0

装载更多