Community Profile

photo

arsenic 陈


Northeastern University

Last seen: 4 meses hace Con actividad desde 2020

Followers: 0   Following: 0

Contacto

One apprentice code farmer, please help me, memeda

Programming Languages:
Python

Estadísticas

All
  • Knowledgeable Level 1
  • First Answer
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Commenter
  • Promoter
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


how to use/load the separate voice i labeled ?(new learner)

casi 3 años hace | 1 respuesta | 0

1

respuesta

Respondida
matrix calculation for matrix
a = zeros(400,5); b = ones(1,5) for i = 10:10:400 a(i,:) = b; end

casi 3 años hace | 0

| aceptada