Farooq
Followers: 0 Following: 0
Feeds
提问
The data statistics in MATLAB plot does not show the correct value
Intro to engineering MATLAB courseware course. I have a plot of a projectile, where y-axis is the height of the projectile, and...
2 years 前 | 0 个回答 | 0
0
个回答提问
I need to multiply each element of a vector of five values by another vector 2000 values.
MATLAB Courseware - Intro to Engineering course I am trying to solve this problem of plotting the motion of a projectile agains...
2 years 前 | 1 个回答 | 0
1
个回答提问
MATLAB is not displaying my numbers as what they should be.
I am going through the introduction to engineering course on the MATLAB website. It asks me to plot a stress vs strain graph. I...
2 years 前 | 1 个回答 | 0
1
个回答已回答
Orthogonality of a 4x4 DCT matrix
Orthogonality of a matrix means that the matrix multiplied by its inverse is equal to the identity matrix. matrix * matrix ' = ...
Orthogonality of a 4x4 DCT matrix
Orthogonality of a matrix means that the matrix multiplied by its inverse is equal to the identity matrix. matrix * matrix ' = ...
2 years 前 | 0
提问
Determine the magic sum from a magic square
Determine for a magic square of order n, the magic sum m. For example m=15 for a magic square of order 3. For this problem I wr...
2 years 前 | 1 个回答 | 0
1
个回答已回答
cody Problem 1035. Generate a vector like 1,2,2,3,3,3,4,4,4,4
you need to name the end vector as ans so ans = [.....] I believe that will work. But generally speaking, for your other MA...
cody Problem 1035. Generate a vector like 1,2,2,3,3,3,4,4,4,4
you need to name the end vector as ans so ans = [.....] I believe that will work. But generally speaking, for your other MA...
2 years 前 | 0