필터 지우기
필터 지우기

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 CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by