function deal()
Mostrar comentarios más antiguos
I'm having trouble getting deal() to place one number in multiple places. My lines of code:
y1=[];
y2=[];
y3=[];
y={y1 y2 y3};
y=deal(5);
gives me the error: The right hand side of this assignment has too few values to satisfy the left hand side.
1 comentario
Yin
el 6 de Jun. de 2011
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Multinomial Distribution en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!