photo

Sashi Mendoza


Last seen: 1年以上 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Extract positive value from solve function
eqs = [(A-a1) == d, (A-a2) == d2; S = solve(eqs, [A B]); a = S.A b = S.B In the code above, all other variables are giv...

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

1

回答

質問


y axis scaling plot
How to change y-axis (originally straight pointing upwards) and scale it so that it is diagonal? Context: I am trying to make...

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

1

回答

質問


Index exceeds the number of array error
a = a certain 20x20 matrix; [val,idx] = max(a(:)); [x, y] = find(a == val); At the underlined part of the code, this displa...

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

1

回答