N/A


Last seen: plus de 5 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
282 551
of 300 381

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 20 941

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 477

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


Display the ID of the participant who has the fastest response time in Experiment 1
ParticipantID Experiment1 _____________ ___________ 507 0.505 505 ...

presque 7 ans il y a | 1 réponse | 0

1

réponse

Question


use this vector and a mathematical expression to create the following vectors:
vector is x= [1, 2, 3, 4 ,5] a)x1=[1, 256, 729, 256, 25] is this correct? x1= x.*[1,128,243,64,5]

presque 7 ans il y a | 1 réponse | 0

1

réponse

Question


create a vector using short hand notations
? = 1, 1/3 , 1/5 , 1/7 , 1/9 , 1/11 , 1/13 this is what I wrote, y= linspace(1,1/13,7) this didn't come out right because the ...

presque 7 ans il y a | 1 réponse | 0

1

réponse

Question


I have to create a matrix using only zeros, ones and eye
This is the matrix: 1 1 1 1 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 so far I wrote B=ones(1,5); C=eye(4,5); A=[B;C] Bu...

presque 7 ans il y a | 2 réponses | 0

2

réponses