我有200x200x200矩陣,它在每個體素中都有一些任意值。 我想這個值更改爲0或1。 如果體素具有許多啤酒比0,這將是1 否則將是0 有沒有人如何解決這個問題? 我的代碼如下。 B = zeros(200,200,200); % A is my 200x200x200 data
for i = 1:200
for j = 1:200
for k = 1:200
int main() {
int x = 3613;
std::cout << "x= " << x << std::endl;
std::string xBin = std::bitset<16>(x).to_string();
std::cout << xBin << std::endl;
unsigned long xDecimal = st
我做了兩個隨機數從0到3 a=0;
b=3;
A=round(a+(b-a)*rand(1,1000));
B=round(a+(b-a)*rand(1,1000));
然後我他們中的每兩位補充。然後我將其轉換爲二進制文件。 SUM = A + B;
binarySum = dec2bin(SUM);
,因爲我想算的轉變,我寫這樣的代碼: s = 1;
for i = 1:100