dung cam
Followers: 0 Following: 0
Feeds
提问
I have a program like this (MATLAB function on Simulink): And I want it to stop when I get 256 values. Does the randi function work almost continuously?
function [ key ] = keyGen() key = zeros(1,256); for i = 1:256 if(rem(i,9)==0) key(i) = i; else x =...
2 years 前 | 1 个回答 | 0