![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19618179_1600532107384_DEF.jpg)
Phudit Kanittasut
Followers: 0 Following: 0
Statistics
14 Questions
0 Answers
RANK
193.571
of 297.016
REPUTATION
0
CONTRIBUTIONS
14 Questions
0 Answers
ANSWER ACCEPTANCE
57.14%
VOTES RECEIVED
0
RANK
of 20.419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157.725
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
Question
How to delete row when the first of row is 0
From this pic how to delete row that the first column is 0
bijna 4 jaar ago | 1 answer | 0
1
answerQuestion
Change value from index number
If loclv is equal to index number , how can I keep the value in Data with index from loclv and change in other to 0 (Change only...
bijna 4 jaar ago | 1 answer | 0
1
answerQuestion
How can I keep row from index number
clear Data = readmatrix('Pure Brain Spectra.csv'); rows=length(Data) cols=width(Data) for i = 2:cols Xlocs = Da...
bijna 4 jaar ago | 1 answer | 0
1
answerQuestion
How can I find peak from matrix
clear pure_brain = readmatrix('Pure Brain Spectra.csv'); [pks,locsBr] = findpeaks(pure_brain(:,2)); pure_Liver ...
bijna 4 jaar ago | 2 answers | 0
2
answersQuestion
How can I show only the data from variable?
clear Data = readmatrix('brain_liver.csv'); %normalization rows=length(Data) cols=width(Data) for j = 1:rows Datanorm...
bijna 4 jaar ago | 1 answer | 0
1
answerQuestion
How to list top 3
Hello I want help Data = readmatrix('brain_liver.csv'); %normalization for i = 1:12 Datanorm(:,i) = Data(:,i) .* ...
bijna 4 jaar ago | 1 answer | 0
1
answerQuestion
How can I find common peak and save it
clear pure_brain = readmatrix('Pure Brain Spectra.csv'); [pks,locsBr] = findpeaks(pure_brain(:,2)); LvBrain = pure_br...
bijna 4 jaar ago | 0 answers | 0
0
answersQuestion
How to find common peak and save it location
How can I fine common peak? ...
bijna 4 jaar ago | 1 answer | 0
1
answerQuestion
How can I plot 2 data in 1 graph and find common peak
How can I plot 2 data in 1 graph and find common peak Common peak is a peak that appear at the same X coordinate but have diff...
bijna 4 jaar ago | 1 answer | 0
1
answerQuestion
How to change size of graph
I want to resize for the highest dot from Y coordinate (5 x 10*4) to 100 pure_brain = readmatrix('Pure Brain Spectra.csv'); [p...
bijna 4 jaar ago | 1 answer | 0
1
answerQuestion
How to show dot graph in specific range
How can I show the dot that occour above 1
bijna 4 jaar ago | 1 answer | 0
1
answerQuestion
How to show peak coordination
How can I show the x ,y coordinate of each peak (dot).
bijna 4 jaar ago | 1 answer | 0
1
answerQuestion
How can I keep peak data
How can I keep the blue dot data into variable to use it on other step? Thx for all answer
bijna 4 jaar ago | 1 answer | 0
1
answerQuestion
Find peak and plot graph from peak
At first , Im new here so how can I plot the peak from my data
bijna 4 jaar ago | 1 answer | 0