Feeds
質問
Changing subplot axis label using subplot handle
I have a figure with 2 subplots, and I'd like to set the axis labels. I have assigned the handles P1 and P2 to the two subplots...
13年以上 前 | 3 件の回答 | 0
3
回答質問
Using dynamic subscripts in plot title
I want to use subscripts in a plot title, but the value I want to use changes, depending on the subplot. E.g. If I have 3 subpl...
13年以上 前 | 1 件の回答 | 0
1
回答回答済み
Calculating diagonal elements of a matrix product without a loop or redundant calculations
Thanks for the reply Oleg. Yes, I think this is the answer I am after, although I'm not entirely sure what the sum() function i...
Calculating diagonal elements of a matrix product without a loop or redundant calculations
Thanks for the reply Oleg. Yes, I think this is the answer I am after, although I'm not entirely sure what the sum() function i...
14年弱 前 | 0
質問
Calculating diagonal elements of a matrix product without a loop or redundant calculations
I have a problem wich invovles calculating the product of the ith row of a matrix, say F, and another matrix, say B, and then mu...
14年弱 前 | 2 件の回答 | 1
