フィルターのクリア

Can I use symsum function (summation) for an image matrix?

1 回表示 (過去 30 日間)
Aditi
Aditi 2011 年 5 月 18 日
[EDIT: Wed May 18 17:12:17 UTC 2011 - Clarify, Remove Duplicate - MKF]
Can I use symsum function (summation) for an image matrix...or is it just applicable for numbers and variables etc?

採用された回答

Sean de Wolski
Sean de Wolski 2011 年 5 月 18 日
An image matrix is just numbers and variables...
  3 件のコメント
Aditi
Aditi 2011 年 5 月 18 日
my code for an image matrix B(i,j) given below...is it correct...
syms i;
syms j;
A=symsum(symsum(xor(B(i,j),B(i-1,j)),j,0,1024),i,0,786);
Sean de Wolski
Sean de Wolski 2011 年 5 月 18 日
I don't know is it?
What do you have and what is your goal? Edit your original question. I would guess symsum is not what you want.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCalculus についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by