Community Profile

photo

Sumera Zem


Last seen: 1 year 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计数据

  • First Answer
  • Thankful Level 2

查看徽章

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 前 | 0

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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)); ...

1 year 前 | 3 个回答 | 0

3

个回答

提问


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.

1 year 前 | 1 个回答 | 0

1

个回答