Community Profile

photo

Cemil Közkurt


Bandirma Onyedi Eylul University

Last seen: 4개월 전 2015년부터 활동

통계

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

배지 보기

Content Feed

보기 기준

제출됨


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

거의 4년 전 | 다운로드 수: 2 |

답변 있음
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)]; ...

6년 초과 전 | 1

답변 있음
Update plot in standalone window
Try it with MATLAB GUI (Graphical User Interface).

6년 초과 전 | 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...

6년 초과 전 | 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...

6년 초과 전 | 0

제출됨


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

거의 7년 전 | 다운로드 수: 1 |

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...

거의 7년 전 | 답변 수: 0 | 0

0

답변

답변 있음
How to change size of array to match size of another array?
a=[1:10]' ; % n=10 b=zeros(size(a));

거의 9년 전 | 3

| 수락됨