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 years 前 | 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 years 前 | 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 years 前 | 3 个回答 | 0
