Passing one variable out of a matrix
1 次查看(过去 30 天)
显示 更早的评论
Hi
I have code that calls a function and passes a matrix to it. In the called function, calculations are performed based on only one value at a time from that matrix. How can this be done? At the moment the calculations are using the complete matrix?
thanks
4 个评论
Walter Roberson
2012-2-16
Duplicate is at http://www.mathworks.com/matlabcentral/answers/29259-i-m-missing-something
回答(1 个)
Walter Roberson
2012-2-16
The code in your previous question on this topic was not using the entire dx1 matrix to calculate with. You must have made an error in your interpretation of the behavior of the function.
12 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!