photo

qqffssxx


Last seen: 4 months ago Active since 2023

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

3 Questions
1 Answer

File Exchange

5 Files

RANK
130,581
of 297,503

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
10,414 of 20,449

REPUTATION
56

AVERAGE RATING
5.00

CONTRIBUTIONS
5 Files

DOWNLOADS
33

ALL TIME DOWNLOADS
515

RANK

of 159,017

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
  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 1
  • First Submission
  • Thankful Level 2
  • Explorer

View badges

Feeds

View by

Question


Why does C{1}(1) work but C(1){1} results in an invalid array index error in MATLAB?
I'm trying to understand the difference between using curly braces {} and parentheses () when accessing elements inside a cell a...

1 year ago | 3 answers | 0

3

answers

Submitted


Chatterjee Correlation Coefficient
This function computes the Chatterjee coefficient between two vectors x and y

1 year ago | 2 downloads |

0.0 / 5

Submitted


Normalized Mutual Information (NMI) for Cluster Analysis
A MATLAB implementation for calculating Normalized Mutual Information (NMI) to measure the similarity between two clusterings.

2 years ago | 5 downloads |

0.0 / 5

Submitted


Rand and Adjusted Rand Index Calculator for Cluster Analysis
An efficient MATLAB function for computing the Rand Index (RI) and Adjusted Rand Index (ARI),

2 years ago | 15 downloads |

0.0 / 5

Submitted


kmo and Bartlett's test of sphericity in factor analysis
Using MATLAB's statistical and machine learning toolbox to calculate kmo and Bartlett's test of sphericity in factor analysis

2 years ago | 1 download |

0.0 / 5

Submitted


Fisher's exact test with R×C contingency table
This function is based on Monte Carlo simulation, it support contingency tables larger than 2 * 2.

2 years ago | 3 downloads |

0.0 / 5

Question


How can I quickly find the difference in function usage between different MATLAB versions? For example, the Name-Value Arguments "QuoteStrings" of the function writetable
On the version of MATLAB 2021b, the following code is correct: writetable(mytable,'result.csv','Delimiter',',','QuoteStrings',...

2 years ago | 1 answer | 0

1

answer

Question


What is the answer of [(4 -2 ) /2 , 5 +6 , 7 , 8 ] ? Why does MATLAB output [1 5 6 7 8]?
When the plus sign is preceded by a blank space: [(4 -2 ) /2 , 5 +6 , 7 , 8 ] Delete blank space: [(4 -2 ) /2 , 5+6 , 7 ,...

2 years ago | 4 answers | 0

4

answers