photo

Gabriel Malagon Carvajal


Last seen: mer än ett år ago Active since 2017

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

1 Question
2 Answers

File Exchange

1 File

RANK
10 683
of 300 392

REPUTATION
4

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
2

RANK
10 991 of 20 934

REPUTATION
49

AVERAGE RATING
4.70

CONTRIBUTIONS
1 File

DOWNLOADS
1

ALL TIME DOWNLOADS
350

RANK

of 168 373

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

  • First Review
  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 1
  • First Submission
  • First Answer

View badges

Feeds

View by

Submitted


Time Domain Model for a SMPS (CFL)
Time Domain Model for Electrical parameters in Compact Flourecent Lamp

ungefär 7 år ago | 1 download |

4.7 / 5
Thumbnail

Answered
How to plot a circle of some radius on a polar plot, when the circle is not centered in the origen?
xCenter = 12; yCenter = 10; theta = 0 : 0.01 : 2*pi; radius = 5; x = radius * cos(theta) + xCenter; y = radius * sin(theta)...

ungefär 8 år ago | 2

Question


How to plot a circle of some radius on a polar plot, when the circle is not centered in the origen?
eg. i want a small circle with other point as center of some radius...ON the POLAR plot

ungefär 8 år ago | 2 answers | 0

2

answers

Answered
How to plot a circle of some radius on a polar plot ?
When is not center in the origen?

ungefär 8 år ago | 0