Needing an algebra equation for the following code
1 次查看(过去 30 天)
显示 更早的评论
matrix=[ 0 0 0 0 0 0 1 1 1 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0];
D=diff(find(diff([0 matrix])>0))-1
ans: D= 7 9
4 个评论
Image Analyst
2016-3-1
There is none. It's computed numerically. There is no equation where you can plug in matrix and get out D without doing it numerically like you did. Why do you think you need one? What are you going to do with the result? What would you do with the equation, if you had one?
Walter Roberson
2016-3-1
What operations are permitted in your algebraic equation?
For example, some people permit Dirac Delta in "algebraic equations" and other people say "No, Dirac Delta is a distribution not a function so it is improper to include it in an equation!"
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Mathematics and Optimization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!