photo

sumeet


home

Active since 2014

Followers: 0   Following: 0

Message

theory to interesting simulation via MATLAB for better understanding by novice
Professional Interests: electronics made easy

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
80,284
of 300,379

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 20,931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,299

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


trying to plot 2d graph with y=(x+some_thing/x+same_thing)
I want to plot multiple 2d graphs where x varies from 0 to 1 with step size of 0.1 y=(0.9*x+0.01)/(x+0.1); when I run this...

8 years ago | 1 answer | 0

1

answer

Question


plotting 3d graph in matlab
hi, I want to plot a function on z axis x and y can vary from 0 to 1 . Two constants c_one and c_two are fed by user. ...

8 years ago | 1 answer | 0

1

answer

Question


how 2x2 median filter works
hi I tried this * a = [ 1 2 3 ; 4 5 6; 7 8 9] * b = medfilt2(a); Output is [0,2,0;2,5,3;0,5,0] How were values of b c...

8 years ago | 2 answers | 0

2

answers

Question


create user buttons to change frequency while simulation is running
Hi, My aim is to illustrate lissajous figure of CRO. The concept is to plot a locus of point whose x & y coordinate vary with ...

11 years ago | 0 answers | 0

0

answers