Feeds
提问
Sum of matrix with variable dimension
Hello, I have two matrices produced by meshgrid and a simple scalar: r = 1:10; N = 1:10; [r,N] = meshgrid(r,N); N0 = 4;...
8 years 前 | 1 个回答 | 0
1
个回答提问
fminsearch with vector function and vector output
Hello, Sorry I think the question is trivial but I can't find any answers on the previous posts. I have a function ' f ' tha...
8 years 前 | 2 个回答 | 0
2
个回答提问
Use imagesc to plot data extracted from hist3
Hello, I have two vectors X = [-1 -5 3 6 -1 7]; Y = [-1 -6 3 6 -1 7]; I want to plot the corresponding number of tim...
9 years 前 | 1 个回答 | 0