photo

Lulu


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
2 个回答

排名
102,019
of 300,946

声誉
0

贡献数
6 个提问
2 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 21,119

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,851

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 3
  • First Answer

查看徽章

Feeds

排序方式:

提问


The problem with the function 'all'
Hello, I need to compare two data sets, i.e. a = [6 11 9; 5 4 3]; b = [1 2 3]; all(a>b); % The problem is that 'a' contains m...

14 years 前 | 3 个回答 | 0

3

个回答

提问


Find divisors for a given number
Hello, I need to find all possible divisors D for a given number N that provide integers in N/D. For instance, if N=8, then D...

14 years 前 | 6 个回答 | 0

6

个回答

提问


Determine if a point is inside a cube
Hi! There are given 8 vertices of a cube and a random point. How can I define that the point lies inside the cube? I wanted to c...

14 years 前 | 4 个回答 | 0

4

个回答

提问


Sum of Euclidean distances
Hi. There are 5 points in 3D space: xyz=rand(5,3). How can I quickly calculate a sum of Euclidean distances from the 1st ...

14 years 前 | 2 个回答 | 0

2

个回答

提问


How to simplify the given code snippet?
Hello, I need to simplify the following code. Perhaps 'reshape' function should be used, but in which way? Any ideas would be a...

14 years 前 | 1 个回答 | 0

1

个回答

已回答
selecting desired values
Do you want to select values based on indices? If so, then here is an example: ind = [1; 2; 5; 15]; col1 = array(ind,1); col2 = ...

14 years 前 | 0

已回答
program takes long time to run
If Nf is large, then try to vectorize FOR loop.

14 years 前 | 0

提问


Array processing problem
Hi, I have the following problem. Let's say there is an 3x3 array 'arr': 0 0 0 0 0 0 0 0 0 There are 3 edges 'E': 1 2 ...

14 years 前 | 1 个回答 | 0

1

个回答