photo

Sanjay Lodwal


Delhi Technological University

Actif depuis 2014

Followers: 0   Following: 0

Message

Professional Interests: Signal Processing, Solar Power, Programming

Statistiques

All
MATLAB Answers

0 Questions
1 Réponse

File Exchange

7 Fichiers

Cody

0 Problèmes
33 Solutions

RANG
20 577
of 300 379

RÉPUTATION
2

CONTRIBUTIONS
0 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
1

RANG
297 of 20 931

RÉPUTATION
5 111

CLASSEMENT MOYEN
4.10

CONTRIBUTIONS
7 Fichiers

TÉLÉCHARGEMENTS
54

ALL TIME TÉLÉCHARGEMENTS
50052

RANG
16 203
of 168 299

CONTRIBUTIONS
0 Problèmes
33 Solutions

SCORE
330

NOMBRE DE BADGES
3

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Personal Best Downloads Level 4
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • First Answer
  • Promoter
  • Commenter
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

plus de 10 ans il y a

A soumis


Simulink model of Photovoltaic Module
PV solar panel model using simscape solar cell model.

presque 11 ans il y a | 22 téléchargements |

3.9 / 5
Thumbnail

A soumis


Buck Converter
It is a step-down dc to dc converter.

presque 11 ans il y a | 1 téléchargement |

3.0 / 5
Thumbnail

A résolu


Fahrenheit to Celsius using multiple statements
Given a Fahrenheit value F, convert to a Celsius value C. While the equation is C = 5/9 * (F - 32), as an exercise use two state...

presque 11 ans il y a

A résolu


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

presque 11 ans il y a

A résolu


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

presque 11 ans il y a

A résolu


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

presque 11 ans il y a

A résolu


Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.

presque 11 ans il y a

A résolu


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

presque 11 ans il y a

A résolu


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

presque 11 ans il y a

A résolu


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

presque 11 ans il y a

A résolu


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

presque 11 ans il y a

A résolu


Find the numeric mean of the prime numbers in a matrix.
There will always be at least one prime in the matrix. Example: Input in = [ 8 3 5 9 ] Output out is 4...

presque 11 ans il y a

A résolu


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

presque 11 ans il y a

A résolu


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

presque 11 ans il y a

A résolu


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

presque 11 ans il y a

A résolu


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

presque 11 ans il y a

A résolu


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

presque 11 ans il y a

A résolu


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

presque 11 ans il y a

A résolu


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

presque 11 ans il y a

A résolu


Free passes for everyone!
_Simply return the name of the coolest numerical computation software ever_ *Extra reward* (get a _freepass_): As an addit...

presque 11 ans il y a

A résolu


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

presque 11 ans il y a

A résolu


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

presque 11 ans il y a

A résolu


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

presque 11 ans il y a

A soumis


Solar Cell Characteristics
To show the change in I-V characteristics of solar cell with temperature and irradiation.

environ 11 ans il y a | 4 téléchargements |

5.0 / 5
Thumbnail

A soumis


Boost Converter
It is step up dc-dc converter or chopper.

environ 11 ans il y a | 1 téléchargement |

4.0 / 5
Thumbnail

A soumis


Buck Boost Converter
It is a Dc-Dc converter used to step up and step down the dc voltage.

environ 11 ans il y a | 5 téléchargements |

0.0 / 5
Thumbnail

A soumis


Solar cell approximate characteristics
used to plot the approximate characteristics of solar panel

environ 11 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


Solar MPPT With Resistive Load
tracking maximum power point of solar cell with resistive load.

environ 11 ans il y a | 18 téléchargements |

4.8 / 5
Thumbnail

A résolu


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

environ 11 ans il y a

Charger plus