Community Profile

photo

Farooq


Last seen: oltre un anno fa Attivo dal 2022

Followers: 0   Following: 0

Statistiche

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

Visualizza badge

Feeds

Visto da

Domanda


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

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Risposto
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 ' = ...

oltre un anno fa | 0

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

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

oltre un anno fa | 0