Feeds
提问
Array index in symsum
Hi, I try to define this function syms k; error = @(c, r)symsum((abs(Data(k,:)-c)-r).^2,k,1,119); Where Data is a...
8 years 前 | 1 个回答 | 0
1
个回答提问
Binary matrix to array of poitns
Hi, I have a binary image (only 0 and 1) and I want to convert it to x-y arrays. For example: Matrix 0 1 0 1 0 0 0 1...
8 years 前 | 2 个回答 | 0