Community Profile

photo

harsh raval


Last seen: 10 maanden ago Active since 2021

Followers: 0   Following: 0

Statistics

All
  • CUP Challenge Master
  • Community Group Solver
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
Function that squares each elemnt of a matrix
a=[1 2; 3 4] squa1=a^2 squa2=a.^2 squa1 = 7 10 15 22 squa2 = 1 4 9 16 so, for t...

meer dan 2 jaar ago | 0

Answered
add data points to a graph
folowing is an example where i have highlited a point with red airstrike function m = plot_cos(y, t) plot(t,y,'b--') hold o...

meer dan 2 jaar ago | 1

Answered
How to use the constant e?
e=exp then use bracket i.e. e^5=exp(5) in matlab

meer dan 2 jaar ago | 5