photo

harsh raval


Last seen: 1 year 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

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

查看徽章

Feeds

排序方式:

已回答
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...

3 years 前 | 0

已回答
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...

3 years 前 | 1

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

3 years 前 | 6