Community Profile

photo

Farooq


Last seen: 1年以上 前 2022 年からアクティブ

統計

All
  • Thankful Level 2
  • Introduction to MATLAB Master
  • First Answer
  • Promoter
  • Commenter
  • Community Group Solver
  • Solver

バッジを表示

Content Feed

表示方法

質問


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...

1年以上 前 | 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...

1年以上 前 | 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...

1年以上 前 | 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 ' = ...

1年以上 前 | 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...

1年以上 前 | 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...

1年以上 前 | 0