Statistics
RANK
14.693
of 296.158
REPUTATION
2
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
4.130 of 20.352
REPUTATION
347
AVERAGE RATING
2.50
CONTRIBUTIONS
13 Files
DOWNLOADS
13
ALL TIME DOWNLOADS
3370
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
tableAgent: A chain-method table class in Matlab
@tableAgent: A class for applying chain method on table in Matlab, and providing with many useful methods functions
bijna 6 jaar ago | 1 download |
Submitted
Create Matlab Snippet for Your Own Toolbox
For VS Code user, create a matlab-snippet for your ower toolbox.
bijna 6 jaar ago | 1 download |
Submitted
bygroupRetimeMonthlyData
For every city or group, this function make sure that each year have 12 months with Matlab
ongeveer 6 jaar ago | 1 download |
Submitted
mergecellkey: Merge cell by key
mergecellkey: Merge cell by key
ongeveer 12 jaar ago | 1 download |
Submitted
cell2vars: Transform cell to vars
cell2vars: Transform cell's columns' to variables in workplace
ongeveer 12 jaar ago | 1 download |
Submitted
vars2cell
% PURPOSE: Convert selected variables in matlab workspace to the cell's columns
meer dan 12 jaar ago | 1 download |
Submitted
strcatrobust: Combine num, char and cell to one cellstr
% B = strcatrobust(1, {'a' 'b'},[2 , 3], 't') % B is {'1a2t' '1b3t'};
meer dan 12 jaar ago | 1 download |
Submitted
idrepetition: Find the index for the repetition terms in a cell
Find the index for the repetition terms in a cell % [ids a] = idrepetition(A) % linrenwen@gmail.co
meer dan 12 jaar ago | 1 download |
Submitted
isrepetition: Determine TRUE or FALSE for repetition terms in a cell
Determine TRUE or FALSE for repetition terms in a cell % tfs = isrepetition(A)
meer dan 12 jaar ago | 0 downloads |
Submitted
xlsx2csv: Transform sheets in xlsx file to csv files
% Transform all sheets in xlsx file to csv files % 把xlsx文件中的表批量转换为csv文件
meer dan 12 jaar ago | 3 downloads |
Submitted
xlsx2matfile: Transform all sheets in xlsx file to mat files
% xlsx2matfile(pathxlsx) % xlsx2matfile(pathxlsx, pathmat)
meer dan 12 jaar ago | 1 download |
Submitted
xlsx2matfile
Transform all sheets in .xlsx file to .mat file. 把xlsx文件中的表批量转换为mat文件
meer dan 12 jaar ago | 1 download |