photo

ARAM KHURSHEED


Last seen: 3 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
200,713
of 300,352

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

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 2
  • Thankful Level 1
  • Explorer

View badges

Feeds

View by

Question


Hello everybody, I want to save the following code result in matrix without overwrite the old result and finally export it as xls file?
for n=1:5 for z=1:4 sheetNumber = z; range = 'A1:A50'; if(z==1) Weight = rot90(W1); elseif(z==2) Weight = rot90(W2...

4 years ago | 1 answer | 0

1

answer

Question


Hello every one, How can I generate randomly only one number between two values (e.g.: 0.01-1)each time?
a=ran(0.2,1.12) b= ran(0.01,0.1) function T = ran(min,max) T= fix((max-min).*rand(1,1) + min)+1; end This code doesn't give...

4 years ago | 1 answer | 0

1

answer

Question


Hello Everyone, I am new in MATLAB and I want to get result of this code(MATLAB2021a), its run correctly but doesn't show the result. Anyone can help me?? thanks in advance
c=[ ]; global d; c(1,d)= ran(10,21); function x = ran(min,max) x= fix ((max-min).*rand(1,1) + min)+1; end It should give...

4 years ago | 1 answer | 0

1

answer