photo

Fredrik Slungård


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

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 = ...

9 years 前 | 4 个回答 | 0

4

个回答