
MAT NIZAM UTI
Statistics
15 Questions
0 Answers
RANK
247.431
of 281.621
REPUTATION
0
CONTRIBUTIONS
15 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 19.055
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 133.921
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
Content Feed
Question
Convert and save multiple .nc file into .asc by keeping the original filename
Hi, I have created a code to convert the .nc file into .asc file. However, I want to convert all the .nc file one by one and sav...
7 dagen ago | 1 answer | 0
1
answerQuestion
Download list of zip data from .meta4 file extension
Hi, I have a .meta4 file that contain list of datasets that I want to download. The file contain with file name and url for data...
14 dagen ago | 1 answer | 0
1
answerQuestion
Subscript indices must either be real positive integers or logicals.
Hi I tried to run this coding, but always getting error which is subscripts indices must either be real positive integers or log...
6 maanden ago | 2 answers | 0
2
answersQuestion
COMBINE MULTIPLE ASCII FILE WITH SIMILAR COLUMN FORMAT OF (X,Y,Z) INTO SINGLE SINGLE FILE OF SAME COLUMN (X,Y,Z)
Hi, I tried to combine multiple ascii file that have similar column (x,y,z) into single file with same (x,y,z) column. I reall...
6 maanden ago | 1 answer | 0
1
answerQuestion
Extract multiple data from desirable X and Y of (X,Y,Data)
Hi I have a data in .asc file that arrange in Latitude, Longitude, Data The original data for Latitude bounded from -80.3280 to...
6 maanden ago | 1 answer | 0
1
answerQuestion
Save multiple variables into single -Ascii File with different column of [x:y:z]
Hi, I want to save the variables into 3 column in a single .ascii file. The dimension of each variables are same which is SSS...
6 maanden ago | 2 answers | 0
2
answersQuestion
Matrix Dimension Must Agree
Hi I want to ask why 'matrix dimension must agree' is happen during running the coding for plotting the HDF5 data. Here is my c...
6 maanden ago | 1 answer | 0
1
answerQuestion
Coding to plot the Elbow Curve for the Elbow method
I had tested my dataset using the existing coding from https://www.mathworks.com/matlabcentral/fileexchange/65823-kmeans_opt, an...
9 maanden ago | 1 answer | 0
1
answerQuestion
How to make sure the symbol and colour for the Scatter plot
I tried to generate a scatter plot based on (:,1) data using this code to groups/cluster the data into 5 cluster subplot(2,2,3...
9 maanden ago | 1 answer | 0
1
answerQuestion
Relocating negative silhouette value (or misclassified data) into neighbouring clusters
Hi everyone, Insted of deleting a miscalssied data (negative silhouette), may I know if MATLAB provide a function or codes th...
meer dan een jaar ago | 0 answers | 0
0
answersQuestion
Elbow Method (Error Warning: Failed to converge in 100 iterations)
I try to run the Elbow-method from https://www.mathworks.com/matlabcentral/fileexchange/65823-kmeans_opt function [IDX,C,SUMD,K...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
HOW TO PRODUCE INDEX MATRIX, IDX (K-MEANS CLUSTERING) SAME AS THE INPUT DATA
I have this data which is 7125 x 312 matrix. After conduct a k-means clustering, i want the output of index matrix (IDX value)...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Error using - Matrix dimensions must agree.
z=(z - MIN)./(MAX - MIN); When I run this code, there will always error Error using - Matrix dimensions must agree.
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
Plot time-series data of various column
% Read in data %k = xlsread('ACTUAL DATA_WIND SPEED.csv'); k = xlsread('plot_try1.csv'); time = k(1,:); %sholud be row 1 % l...
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
K-mean Clustering
Hi Everyone, can someone help me on how to use the K-mean clustering or perhaps share with me the suitable coding use to cluster...
bijna 2 jaar ago | 2 answers | 0