Community Profile

photo

Fredrik Slungård


Aktiv seit 2015

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 9 Jahre vor | 4 Antworten | 0

4

Antworten