photo

Mubashir


Last seen: 1 year ago Active since 2017

Followers: 0   Following: 0

Message

Biomedical Devices, Bioelectronics

Statistics

MATLAB Answers

8 Questions
4 Answers

RANK
39,618
of 297,457

REPUTATION
1

CONTRIBUTIONS
8 Questions
4 Answers

ANSWER ACCEPTANCE
62.5%

VOTES RECEIVED
1

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

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

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

View badges

Feeds

View by

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

3 years ago | 1 answer | 1

1

answer

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

6 years ago | 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 ...

7 years ago | 0 answers | 0

0

answers

Question


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

7 years ago | 1 answer | 0

1

answer

Answered
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);

7 years ago | 0

| accepted

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

7 years ago | 2 answers | 0

2

answers

Question


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

7 years ago | 1 answer | 0

1

answer

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

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

7 years ago | 0 answers | 0

0

answers

Answered
How to remove noise from data
use 'smooth'

7 years ago | 0

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 1 answer | 0

1

answer