Sumera Zem
Followers: 0 Following: 0
Statistics
RANK
213,078
of 295,486
REPUTATION
0
CONTRIBUTIONS
3 Questions
1 Answer
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
adding cells of two arrays
A = {[10,9,13,21,18],[9,9,11,18,18]}; B = {[11,10,12,20,19],[10,9,13,21,18]}; C = cell(size(A)); % initialize C with the same...
1 year ago | 0
Question
Fit a multivariate Gaussian distribution
I have a A that I am analyzing using Principal Component Analysis (PCA) to reduce the dimensionality. Once I have reduced the di...
1 year ago | 1 answer | 0
1
answerQuestion
plot running time complexity
I want to plot these plots n = linspace(1,3); f1 = n.^n; f2 = n.^3; f3 = 2.^n; f4 = n.^2; f5 = n; f6 = ones(size(n)); ...
2 years ago | 3 answers | 0
3
answersQuestion
Import data to MATLAB from PowerWorld
I have transient results in AUX file format, or in a comma delimited CSV format. How can I import this data to MATLAB.
2 years ago | 1 answer | 0