Community Profile

photo

Afrasiab Himaloy


Con actividad desde 2018

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


exporting array data to text file
I have the following code which provides array of some random numbers: if true clc; clear all; close all; files=dir('do...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


generating random numbers within a certain range & spacing
if true max=[6 7.75 8.75 9.25 9.50]; min=[5 6 7.75 8.75 9.25]; b=size(max,2); n=20; for i=1:b c(i)=max(i)-min(i);...

más de 5 años hace | 1 respuesta | 0

1

respuesta