photo

Afrasiab Himaloy


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
221,014
of 300,611

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,028

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,811

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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);...

7 years ago | 1 answer | 0

1

answer