I keep getting error "Error using / Matrix dimensions must agree."
16 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
this is my entry (dot((R-S),cross((Q-S),(P-S))))/(cross((Q-S),(P-S)))
0 comentarios
Respuestas (1)
Stephen23
el 7 de Oct. de 2014
Editada: Stephen23
el 7 de Oct. de 2014
./
You can read about the concept of array v.s matrix operations here, along with a list of all functions that this applies to:
3 comentarios
Stephen23
el 7 de Oct. de 2014
Editada: Stephen23
el 7 de Oct. de 2014
You tried array division and state that this does not work (too many answers), and you also state that you do not want matrix division. So what exactly is "normal division" with regards to arrays? Please read that "array-vs-matrix-operations" page carefully, this is important to understand.
Your code is basically A/B , for some A and B that you calculate. Can you please print both A and B in MATLAB's command window and write another comment giving these arrays exactly as they appear in the command window. If they are too large, just give the sizes, please.
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!