photo

Mubashir


Last seen: etwa 2 Jahre vor Aktiv seit 2017

Followers: 0   Following: 0

Nachricht

Biomedical Devices, Bioelectronics

Statistik

MATLAB Answers

8 Fragen
4 Antworten

RANG
39.599
of 300.369

REPUTATION
1

BEITRÄGE
8 Fragen
4 Antworten

ANTWORTZUSTIMMUNG
62.5%

ERHALTENE STIMMEN
1

RANG
 of 20.936

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.436

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

  • First Review
  • First Answer
  • Revival Level 1
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 3 Jahre vor | 1 Antwort | 1

1

Antwort

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

etwa 7 Jahre vor | 0

Frage


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

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
assign 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);

etwa 8 Jahre vor | 0

| akzeptiert

Frage


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

etwa 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Preparing data for Classification Learner
firstly prepare single data file in form of table or matrix. Using workspace import data in Classification learner. Then assign...

etwa 8 Jahre vor | 0

Frage


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

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
How to remove noise from data
use 'smooth'

etwa 8 Jahre vor | 0

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort