Code Segment works in Command Window but not in script
显示 更早的评论
Error Message: "Incorrect dimensions for matrix multiplication."
Variables: X(5000 x 400) and theta (10 X 400);
Code: prob = X * theta';
This code works in the command window but when I try to run this segment of code in a script it gives me the shorten-error message above. Any suggestions on how to make the code run in the script?
2 个评论
Walter Roberson
2021-1-17
dbstop if error
Then run your code. When it stops at that line,
size(X), size(theta)
Vista Marston
2021-1-17
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!