may i ask how to separate a value into two different values? For example, 12 can be separate into 8 and 4..
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
loong seow li
el 22 de Abr. de 2016
Comentada: loong seow li
el 23 de Abr. de 2016
may i ask how to separate a value into two different values? For example, 12 can be separate into 8 and 4..
2 comentarios
Stephen23
el 22 de Abr. de 2016
12 can be separated into an infinite number of numbers. What is so special about 8 and 4 ?
Respuesta aceptada
Azzi Abdelmalek
el 22 de Abr. de 2016
Editada: Azzi Abdelmalek
el 22 de Abr. de 2016
If you mean how to do it randomly with integer numbers:
N=12
a=randi(N)
b=N-a
Más respuestas (0)
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!