Borrar filtros
Borrar filtros

may i ask how to separate a value into two different values? For example, 12 can be separate into 8 and 4..

1 visualización (últimos 30 días)
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
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 ?
loong seow li
loong seow li el 23 de Abr. de 2016
that is just the example that what I want... because I need to split the value into two random numbers... may be 12 can be split into 6 and 6 or 7 or 5...

Iniciar sesión para comentar.

Respuesta aceptada

Azzi Abdelmalek
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)

Categorías

Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by