subtract two parameters with diff dimension
이전 댓글 표시
i want to subtract two parameters x and y.X has dimension 100* 784, Y has dimension 784*784.Can anybody help
댓글 수: 1
Walter Roberson
2013년 11월 22일
If you have a particular position (J,K) in the output matrix, how would you calculate the value for that location?
OutMatrix(J,K) = ???
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!