Changes with array operations in 2016a prerelease vs 2016a?
조회 수: 3 (최근 30일)
이전 댓글 표시
Anyone notice or find documentation on changes to matrix operations functionality between 2016a pre-release and full version, specifically for element-by-element binary operations (versus having to use the bsxfun)? I wrote some code in the 2016a prerelease which required a lot of computations involving multiplying row and column vectors with arrays of varying dimensions, and was somehow able to do this in the prerelease with just element wise notation (I thought maybe this was a now built in for arrays of size m by 1, or 1 by n??). I'm now having to revert back to using bsxfun() for array multiply, plus, etc. Did I miss something in the documentation or am I (hopefully not) going crazy?
Cheers,
댓글 수: 3
John D'Errico
2016년 3월 16일
Yes. If you did write code that operated differently/successfully in 2016a(pre) please show an example or two.
채택된 답변
Steve Eddins
2016년 3월 16일
No, you are not going crazy. We were trying some new behavior in the prerelease for some operators and functions. Testing revealed some issues we needed to address, so we pulled the change from the final R2016a release. The prerelease documentation did not include information about the change.
댓글 수: 2
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!