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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
