problem with 'sum' command
Show older comments
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!
Accepted Answer
More Answers (1)
itsik
on 22 May 2011
0 votes
2 Comments
the cyclist
on 22 May 2011
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
on 22 May 2011
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.
Categories
Find more on Bartlett in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!