problem with 'sum' command
이전 댓글 표시
hello if i have this code: x=[10,1000] a=sum(x) i get after the sum that a=[1,1000] so i need to find the inverse command for 'sum' to create the original [10,1000] matrix how does i do that? maybe with 'fft'? thanks!
채택된 답변
추가 답변 (1개)
itsik
2011년 5월 22일
0 개 추천
댓글 수: 2
the cyclist
2011년 5월 22일
I think you would need to provide a lot more detail about what you want as output from this function, to get some help.
Walter Roberson
2011년 5월 22일
I would go further and say NO outright, that there is no way to proceed given only the single sum.
If there was at least a sum along the rows and a sum along the columns then there might be something that could be done.
카테고리
도움말 센터 및 File Exchange에서 Bartlett에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!