Community Profile

photo

yoohooo's


Last seen: 3年弱 前 2019 年からアクティブ

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Content Feed

表示方法

質問


using struct to plot multiple set of data on multiple figures [figure properties]
So, I'm trying to plot multiple data set on multiple figures and it worked so far after I went through many answers posted on th...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


Is it possible to do multi index command in one line?
For example, if I want to get number of columns in an array I would have to do the following: A = [1 2; 3 4]; mySize = size(A)...

3年弱 前 | 3 件の回答 | 0

3

回答

質問


Warning: Matrix is singular to working precision.
I'm not trying to inverse the matrix, why does sigularity matter? How can I fix this? Thank you very much!

4年弱 前 | 1 件の回答 | 0

1

回答

質問


Ignoring text output from viscircles command
So, I was using viscircles command to plot my circles. However, the output I received is not just circle plot, but some other te...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


.* and * give me different answer
F = [1.5 0.2; 0.2 1.3]; I = eye(2); E = 1/2*(F'*F-I); E = 0.6450 0.2800 0.2800 0.3650 E = 1/2*(F'.*F...

4年以上 前 | 1 件の回答 | 0

1

回答