generating a matrix value

2 次查看(过去 30 天)
FIR
FIR 2012-2-14
编辑: Cedric 2013-10-11
i have a an image ,please tell hoe to make some values zero in that matrix ,i am struck here for long time ,please help,like these i need 10amatrices
  2 个评论
Walter Roberson
Walter Roberson 2012-2-14
Is this the same question or a different question than http://www.mathworks.com/matlabcentral/answers/28624-error-using-256x256matrix
Neither of the questions has enough information about what has to be done for there to be a meaningful response.
This is for PSO, right?
FIR
FIR 2012-2-14
Walter i left out Pso at present since i am in need to submit my project,in next phase i decided to perform pso ,that is within a week ,now i want to do simple codings
that is
I have an image of 256x256,in thsese matrices i want to make some values as zero
for example let me consider 3x3
A=[2 3 9
1 8 5
2 7 6]
i need 10 matrix like
A_1=[2 0 9
0 8 0
2 7 0]
A_2=[0 3 9
1 0 5
0 0 6]
;
;
;
A_10=[2 3 0
0 8 0
2 7 0]
like this i need to perform for 256x256 matrix,please help,

请先登录,再进行评论。

回答(1 个)

Sean Lawson
Sean Lawson 2012-2-14
Need to be more specific, like do you have special requirements for the entries that you want it to be 0's?
Simply put, a(i,j)==0 makes entry (i,j) in matrix a 0.
  1 个评论
FIR
FIR 2012-2-14
No sean i dont have any special requirements,polease see my notes above

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Particle Swarm 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by