Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
I am getting error after a solve block that reads "value must be scalar or matrix". Attached is my code below. Any help would be appreciated!
Just two things I noticed in your sheet:
1) In some expressions you have an implicit multiplication sign between "log" and its argument parentheses, which you should delete.
2) You used square brackets -> [.......]^-2
Thats wrong. square brackets create a matrix, which is obviously not intended here. Uses solely normal parentheses.