Community Profile

photo

Pamudu Ranasinghe


Last seen: 1년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

All
  • 3 Month Streak
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
For loop for SVM variable files
I think you can use "datastore" function in matlab https://in.mathworks.com/help/matlab/ref/datastore.html You dont need to l...

거의 2년 전 | 1

답변 있음
Finding Optimal Number Of Clusters for Kmeans
Refer "evalclusters" function https://in.mathworks.com/help/stats/evalclusters.html#d123e303261 eva = evalclusters(X,'kmeans',...

거의 2년 전 | 0

답변 있음
How to determine number of clusters automatically for each image to be used in K Means Algorithm
Refer "evalclusters" function https://in.mathworks.com/help/stats/evalclusters.html#d123e303261

거의 2년 전 | 0

답변 있음
change color scheme of a scatter plot
use gscatter it is easy https://in.mathworks.com/help/stats/gscatter.html

거의 2년 전 | 1

답변 있음
Reshape table by rows, then merge horizontally and new var names
The easiest way is to first convert the table into a matrix form and then reshape it by using the "reshape" function in Matlab.T...

거의 2년 전 | 0

답변 있음
Saving multiple figures to a single PDF file
I think the easiest way is to write all your codes in MATLAB Live script. Then you have two ways to do that Option 1 - Save Li...

2년 초과 전 | 0

답변 있음
How to transfer this into matlab code
img=imread('img_test.jpg'); RGB_Sum=sum(img,3); %%%---> Method 1 [R,G,B]=imsplit(img); %%%Method 2 %R=img(:,:,1); ...

거의 3년 전 | 0

| 수락됨

답변 있음
Is it possible to add an 'other' bar to a PARETO plot in MATLAB 7.8 (R2009a)?
function MyParetoDig(X,data) %Pamudu Ranasinghe %2021/06/06 %This Function takes two Parmaters "X" and "data" ...

거의 3년 전 | 0