photo

pty0220


Last seen: 2 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
0 个回答

排名
36,947
of 300,759

声誉
1

贡献数
9 个提问
0 个回答

回答接受率
11.11%

收到投票数
1

排名
 of 21,081

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,900

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How can I do Data distribution ?
I have a data like this a = 2 3 4 5 4 1 7 8 4 And I will apply some function to this data(give label) like...

8 years 前 | 0 个回答 | 0

0

个回答

提问


How can I cut or split the data fast?
I have some data like A = 2 3 4 2 3 4 2 3 4 5 3 2 5 3 2 5 3 2 9 4 2 9 4 2 9 4 2 or ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


I want to copy some data
I want to copy some data if i have a data(matrix) like this ,, 2 3 4 6 2 3 9 8 3 I would like to copy this dat...

8 years 前 | 3 个回答 | 0

3

个回答

提问


How can I make evenly distributed point on hemisphere mesh ?
I would like to make evenly distributed point on mesh (like below figure) <</matlabcentral/answers/uploaded_files/81046/%...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How can I cut(crop) patch(3d,stl file) object?
Hi I want to know how can I crop 3D patch in matlab I have a Data 'skull' it is from .STL file ( It is from stl file and I...

8 years 前 | 1 个回答 | 0

1

个回答

提问


problem about plot 'x =2'
I have 2 question about plot One . I want to draw a plot 'X = 2' just straight line like picture <</matlabcentral/answe...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Can I set up several datas in one table, in GUI ?
Can I set up several datas in one table, in GUI ? for example, a = [1,2,3] b = [4,5,6] c = [7,8,9] in GUI table show ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


I want to import 'txt' data
I want to import 'txt' data and I found some open source in Internet that source look like this 1. %[f,p]=uige...

10 years 前 | 1 个回答 | 0

1

个回答

提问


I want draw a graph correctly
I write code like this function z = F3(x,y) z = 4- x.^2- 2*y.^2; figure(1) [X,Y] = meshgrid(0:0.1:2); mesh(X,Y,F3...

10 years 前 | 1 个回答 | 1

1

个回答