photo

ZigzS


Last seen: 3 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
13,209
of 297,503

声誉
3

贡献数
7 个提问
0 个回答

回答接受率
71.43%

收到投票数
3

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Plot 3D data on a 2D profile
I have a dataset which roughly resembles a plane with dip direction 331 degrees. I want to generate a 2D plot where the x-axis i...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Eliminate rows in a matrix that have matching & different values
I have a matrix that looks like this: 2.0000 15.0000 1.0000 11.2427 2.0000 15.0000 1.0000 15.9927 ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Select a set of variables from an array NOT equal to a set of indices
I need to select all of values in an array except for specified indices. A=[1 2 3 4 5 6 7 8 9]; set=[1 ...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Finding index of minimum of a subset of an array
I want to find the index of the greater array for a subset within that array. Example: A=[2 3; 1 8; 2 6; 3 1;] ...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Find unique rows in a cell array with mixed data types
Hi, I have a cell array formatted like the following: >> stations 'WOSB' [ NaN] [ NaN] 'YOUB' ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Remove specific entry in a cell array
I want to remove an entry in a cell array if it is equal to something specifically. Explained in this example: animals={'cat'...

7 years 前 | 3 个回答 | 3

3

个回答

提问


Want to define a cell vector according to the files in a directory
I want to define a variable (say "files") as a cell array containing the names of the folders in a specific directory. Consider ...

7 years 前 | 1 个回答 | 0

1

个回答