photo

ARAM KHURSHEED


Last seen: oltre 3 anni fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

MATLAB Answers

3 Domande
0 Risposte

RANK
103.391
of 300.381

REPUTAZIONE
0

CONTRIBUTI
3 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
66.67%

VOTI RICEVUTI
0

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.477

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Thankful Level 1
  • Explorer

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 4 anni fa | 1 risposta | 0

1

risposta