how to manage matrix construction?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
janny
el 20 de Nov. de 2014
Comentada: Guillaume
el 25 de Nov. de 2014
hi guys
i need a code to construct this matrix, the code should allow the user to insert h1,h2...h(n-1)
0 comentarios
Respuesta aceptada
Más respuestas (1)
Star Strider
el 20 de Nov. de 2014
4 comentarios
Star Strider
el 25 de Nov. de 2014
I have no idea what you’re doing. To make it binary with the randi function, change that line to:
len = 4; % Length of number string
h = randi([0 1],1,len);
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!