photo

Cemil Közkurt


Bandirma Onyedi Eylul University

Last seen: 1 year 前 自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

1 个提问
5 个回答

File Exchange

2 文件

排名
4,450
of 299,916

声誉
12

贡献数
1 个提问
5 个回答

回答接受率
0.0%

收到投票数
4

排名
13,018 of 20,840

声誉
25

平均
5.00

贡献数
2 文件

下载次数
2

ALL TIME 下载次数
59

排名

of 166,562

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 5-Star Galaxy Level 2
  • First Review
  • First Submission
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已提交


num2hpf
transforms a numeric array to hpf (high precision floating point format)

5 years 前 | 1 次下载 |

5.0 / 5

已回答
Plot a cell array containing n matrices on same graph but with different color for each matrix.
a=cell(2,2); a{1,1}=[1:10;rand(1,10)]; a{1,2}=[1:5;rand(1,5)]; a{2,1}=[1:8;rand(1,8)]; a{2,2}=[1:3;rand(1,3)]; ...

8 years 前 | 1

已回答
Update plot in standalone window
Try it with MATLAB GUI (Graphical User Interface).

8 years 前 | 0

已回答
how to plot an angle between two lines with orientation(arrow for alpha 1 and alpha 2 as shown in figure).
<https://www.mathworks.com/matlabcentral/answers/332412-do-you-know-copy-of-matlab-fig-can-be-edited-in-ms-word-as-shape-compo...

8 years 前 | 0

已回答
I need to remove the data which has low amplitude As shown in the figure. Can anyone help me with that???
You can analyze the signal using Signal Analyzer and design a high pass filter using Filter Designer in Signal Processing Toolbo...

8 years 前 | 0

已提交


Transform 3rd degree polynomial in x axis
Transform 3rd degree polynomial in x axis

8 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

提问


Do you know copy of MATLAB .fig can be edited in MS Word as shape components?
It is useful while you are interactively plotting like arc. Altough you can interactively add arrow, circle, text, line, etc. yo...

8 years 前 | 0 个回答 | 0

0

个回答

已回答
How to change size of array to match size of another array?
a=[1:10]' ; % n=10 b=zeros(size(a));

10 years 前 | 3

| 已接受