photo

Cemil Közkurt


Bandirma Onyedi Eylul University

Last seen: mehr als ein Jahr vor Aktiv seit 2015

Followers: 0   Following: 0

Nachricht

Statistik

All
MATLAB Answers

1 Frage
5 Antworten

File Exchange

2 Dateien

RANG
4.253
of 300.352

REPUTATION
12

BEITRÄGE
1 Frage
5 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
4

RANG
13.039 of 20.928

REPUTATION
25

DURCHSCHNITTLICHE BEWERTUNG
5.00

BEITRÄGE
2 Dateien

DOWNLOADS
2

ALL TIME DOWNLOADS
59

RANG

of 168.212

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


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

mehr als 5 Jahre vor | 1 Download |

5.0 / 5

Beantwortet
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)]; ...

etwa 8 Jahre vor | 1

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

etwa 8 Jahre vor | 0

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

etwa 8 Jahre vor | 0

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

etwa 8 Jahre vor | 0

Gesendet


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

mehr als 8 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Frage


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

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

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

mehr als 10 Jahre vor | 3

| akzeptiert