photo

SENLIN YUE


Last seen: circa 5 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

MATLAB Answers

3 Domande
0 Risposte

RANK
182.587
of 301.229

REPUTAZIONE
0

CONTRIBUTI
3 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
0

RANK
 of 21.201

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 173.547

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

Visualizza badge

Feeds

Visto da

Domanda


Using a function in another function
I'm trying to use a function in another. For example, there's a defined function: function y=super(x) y=x.^2; end and I want...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


sort an array without using the command sort
function sortvector(v) v1=zeros(1,length(v)); for i=1:length(v) v1(i)=min(v); v(find(v==v1(i)))=[]; end disp(v1) ...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I form a vector operating with another?
I'm trying to do the operaton (2^n)/2n with n=(0:100) how can I form a vector of the same size using the results?

oltre 5 anni fa | 1 risposta | 0

1

risposta