Feeds
質問
highlighting a range on a mesh plot
This question is sort of related to the other one I had posted here. I am using three arrays to create a 3D mesh surface plot...
15年弱 前 | 0 件の回答 | 0
0
回答回答済み
index exceeds matrix dimensions??
Thank you, this: [r,c] = find(dH_df>.8 & dH_df<.85); happened to work best with what I'm trying to achieve. The remain...
index exceeds matrix dimensions??
Thank you, this: [r,c] = find(dH_df>.8 & dH_df<.85); happened to work best with what I'm trying to achieve. The remain...
15年弱 前 | 0
質問
index exceeds matrix dimensions??
This is part of a loop that I'm trying to run and get an error: c = zeros(1,20); for b=1:20 a = 1; ...
15年弱 前 | 3 件の回答 | 0
