![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6213487_1522112639030_DEF.jpg)
Fredrik Slungård
自 2015 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
I'm using a for loop to create a new random variable X with range [0 1], I want the forloop to ignore values above 1 and iterate untill all the values are in range.
clc; clear all; close all; n = 200; % Number of iteration ro = 0.75; % Correlation factor X = zeros(1,n); x = ...
10 years 前 | 4 个回答 | 0