Error in implementation matrix dimension
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Amy Topaz
el 2 de Mzo. de 2022
Comentada: Arif Hoq
el 2 de Mzo. de 2022
I am trying to implement the below code but it shows matrix dimension error. Why is that?
A = linspace(10,1000,100);
reciprocalA = 1/A;
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Multidimensional Arrays 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!