Mubashir
Followers: 0 Following: 0
Biomedical Devices, Bioelectronics
Statistiques
RANG
39 333
of 295 527
RÉPUTATION
1
CONTRIBUTIONS
8 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
62.5%
VOTES REÇUS
1
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Can't save image with 300 dpi
I am using matlab R2020b-academic use. bar([1 11 7 8 2 2 9 3 6]) f = gcf; exportgraphics(f,'barchart.jpg','Resolution',300)...
presque 3 ans il y a | 1 réponse | 1
1
réponseMatlab keeps calling the wrong SVMtrain function
Just copy the 'svmtrain' function from LibSvm Matlab folder to your folder, from which you are calling a function. This works w...
plus de 6 ans il y a | 0
Question
Noise Removal without affecting peaks
I acquired voltage waveform with noise. I tried different filters to remove noise but it also affects peak levels. Please help ...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
peaks having maximum curve
Trying to find peaks having maximum curvature. 'findpeaks' detect small peaks too in straight line as shown in figure. Note: I ...
environ 7 ans il y a | 1 réponse | 0
1
réponseassign same name to multiple rows in table
I resolved this issue. thanks for your answer too specie=repmat('d1',330,1); A=table(a1,a2,specie);
environ 7 ans il y a | 0
| A accepté
Question
assign same name to multiple rows in table
I have two variables a1 and a2 of same length, and want to assign same name to them. i tried the command below but failed. Also ...
environ 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
plot 2d histogram in form of bin
<</matlabcentral/answers/uploaded_files/85976/new_ploting.jpg>> I want to plot frequency of occurrence in form of chart like ...
plus de 7 ans il y a | 1 réponse | 0
1
réponsePreparing data for Classification Learner
firstly prepare single data file in form of table or matrix. Using workspace import data in Classification learner. Then assign...
plus de 7 ans il y a | 0
Question
merge different data set into single table
I have different data sets with different column length and different variable name as patient id. I want to save them in singl...
plus de 7 ans il y a | 1 réponse | 0
0
réponseQuestion
find same pair values from two variables
I have two variables, each variable consist of two columns but different rows Now i have to match pairs in row whether which pa...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
frequency of occurrence histogram of paired values
I want to find frequency of occurrence histogram of paired values in 3d. I have two variables and values taken with same time. ...
plus de 7 ans il y a | 1 réponse | 0