How calculated it?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Dani D
el 8 de Feb. de 2016
Comentada: Stephen23
el 8 de Feb. de 2016
Hello, Could you explain it? how calculate it? Thanks
Respuesta aceptada
Walter Roberson
el 8 de Feb. de 2016
logspace(A, B, C) is 10.^linspace(A, B, C)
linspace(1,5,4) is 1, 7/3, 11/3, 5, and the output you see is 10 to the power of those.
0 comentarios
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!