Cemil Közkurt
Bandirma Onyedi Eylul University
Followers: 0 Following: 0
Statistics
RANK
4.257
of 300.364
REPUTATION
12
CONTRIBUTIONS
1 Question
5 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
4
RANK
13.043 of 20.934
REPUTATION
25
AVERAGE RATING
5.00
CONTRIBUTIONS
2 Files
DOWNLOADS
2
ALL TIME DOWNLOADS
59
RANK
of 168.407
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
num2hpf
transforms a numeric array to hpf (high precision floating point format)
meer dan 5 jaar ago | 1 download |
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)]; ...
ongeveer 8 jaar ago | 1
Update plot in standalone window
Try it with MATLAB GUI (Graphical User Interface).
ongeveer 8 jaar ago | 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...
ongeveer 8 jaar ago | 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...
meer dan 8 jaar ago | 0
Submitted
Transform 3rd degree polynomial in x axis
Transform 3rd degree polynomial in x axis
meer dan 8 jaar ago | 1 download |
Question
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...
meer dan 8 jaar ago | 0 answers | 0
0
answersHow to change size of array to match size of another array?
a=[1:10]' ; % n=10 b=zeros(size(a));
meer dan 10 jaar ago | 3
| accepted




