GBK-means-Clustering-Algorithm
This repository contains the matlab based implementation of the 'GBK-means clustering algorithm: An improvement to the K-means a...
約2ヶ月 前 | ダウンロード 9 件 |
解決済み
Column norms of a matrix
Given a matrix M, return a vector y such that for each k
y(k)=norm(M(:,k))
(y(k) is the Euclidean norm of the k-th col...
4ヶ月 前
解決済み
Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1.
Hint: use increment.
4ヶ月 前
解決済み
Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for:
A = [ 1 5 8 ]
then
B = [ 1 1 5 ...
4ヶ月 前
解決済み
Create a vector
Create a vector from 0 to n by intervals of 2.
4ヶ月 前
解決済み
Flip the vector from right to left
Flip the vector from right to left.
Examples
x=[1:5], then y=[5 4 3 2 1]
x=[1 4 6], then y=[6 4 1];
Request not ...
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
回答済み ECG feature extraction
Hi Hiva. This address may be useful.
https://github.com/mohammadzainabbas/ECG-QRS
2年弱 前 | 0
回答済み ECG Feature Extraction by DWT
Hi Toby. You can follow this link for exploring example matlab codes
https://github.com/mgeekmatlab/ECG-wavelet-feature-extrac...
2年弱 前 | 0
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.