photo

Harsh


Last seen: 11 months ago Active since 2021

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
3 Answers

Cody

0 Problems
54 Solutions

RANK
3,677
of 300,584

REPUTATION
14

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
7

RANK
 of 21,030

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
8,949
of 169,723

CONTRIBUTIONS
0 Problems
54 Solutions

SCORE
744

NUMBER OF BADGES
4

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

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

4 years ago | 1

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

4 years ago | 6