photo

phuah yun


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
1 个回答

排名
286,465
of 301,558

声誉
0

贡献数
4 个提问
1 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 21,325

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,442

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How do i get curvature values?
I am new to matlab. trying to get the curvature of my plot with the txt file (Has z,x,y axis). opened the 2D line curvature link...

7 years 前 | 1 个回答 | 0

1

个回答

提问


finding curvature of plot
i started with calling out my txt file this way: [z,x,y] = textread ('D:\Matlab\315 Big.txt' ,'%f %f %f', 100); or load...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
how to get curvature values for a plot (figure) with a series of x and y coordinates?
and i should call out the txt file with:[z,x,y] = textread ('D:\Matlab\315 Big.txt' ,'%f %f %f', 100); before everything?

7 years 前 | 0

提问


finding 2D curvature for a left ventricular plot
> load('D:\Matlab\315 Big.txt'); Vertices=[sin(r) cos(r)]*10; Lines=[(1:size(Vertices,1))' (2:size(Vertices,1)+1)']; Li...

7 years 前 | 3 个回答 | 0

3

个回答

提问


how to get curvature values for a plot (figure) with a series of x and y coordinates?
trying out many codings but all doesnt work.

7 years 前 | 2 个回答 | 0

2

个回答