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...
거의 14년 전 | 답변 수: 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...
거의 14년 전 | 답변 수: 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
