> W*=LSB_recover[J];W*=LSB_recover[J];|Error:The expression to the left of the equals sign is not a valid target for an assignment.function W* =LSB_recover [J]Mw=size(J,1);Nw=size(J,2);for ii=1:Mwfor jj=1:NwW*(ii;jj)=bitset(J(ii,jj),1);endend

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/28 13:07:12

> W*=LSB_recover[J];W*=LSB_recover[J];|Error:The expression to the left of the equals sign is not a valid target for an assignment.function W* =LSB_recover [J]Mw=size(J,1);Nw=size(J,2);for ii=1:Mwfor jj=1:NwW*(ii;jj)=bitset(J(ii,jj),1);endend
> W*=LSB_recover[J];
W*=LSB_recover[J];
|
Error:The expression to the left of the equals sign is not a valid target for an assignment.
function W* =LSB_recover [J]
Mw=size(J,1);
Nw=size(J,2);
for ii=1:Mw
for jj=1:Nw
W*(ii;jj)=bitset(J(ii,jj),1);
end
end

> W*=LSB_recover[J];W*=LSB_recover[J];|Error:The expression to the left of the equals sign is not a valid target for an assignment.function W* =LSB_recover [J]Mw=size(J,1);Nw=size(J,2);for ii=1:Mwfor jj=1:NwW*(ii;jj)=bitset(J(ii,jj),1);endend
function W =LSB_recover (J)
Mw=size(J,1);
Nw=size(J,2);
for ii=1:Mw
for jj=1:Nw
W(ii,jj)=bitset(J(ii,jj),1);
end
end