Feeds
질문
creating a field in a structure
I have a structure of 10 cars [1 x 10] in that structure i have 3 fields called Model, Year, Price I want to add another field...
거의 12년 전 | 답변 수: 1 | 0
1
답변질문
Multi dimensional array scaling
Given the matrix A (where A is X by Y by Z matrix. Scale the matrix A such that every element in the kth page is scaled by 5k fo...
거의 12년 전 | 답변 수: 2 | 0
2
답변질문
Computing powers in matlab
find A whose ith element is A = ( 2.^i ) X ./ Y .... where X and Y are vectors of equal length without looping. ie. X = [1 ...
거의 12년 전 | 답변 수: 3 | 0
3
답변질문
How do you extract odd columns and odd rows from an nxn matrix?
without using loops I have to extract odd columns and rows from an nxn matrix
거의 12년 전 | 답변 수: 1 | 0
