Community Profile

photo

PIRC


PIRC

Last seen: 1 jour il y a Actif depuis 2014

Followers: 0   Following: 0

Contact

PIRC is a research institution that provides support for solving a variety of engineering problems using artificial intelligent controllers and other advanced controllers. PIRC has experienced and competent experts in a variety of engineering areas. PIRC supports developing research-based simulation models for industrial and educational purposes using different simulation tools. Founder of PIRC is presently serve as Associate Editor of IEEE Access The Multidisciplinary Open Access Journal. He has published more than 60 technical papers in international conferences, and peers reviewed International Journals. He is served as a Technical board member in more than 60 International conferences and international journals. He is received the 2015, 2016, and 2017 outstanding contribution Awards from MATLAB, U.S.A. www.pirc.co.in ceo@pirc@gmail.com

Statistiques

All
  • Top Downloads 2021
  • Top Downloads 2020
  • Explorer
  • Personal Best Downloads Level 5
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer
  • Triathlon Participant
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

plus de 3 ans il y a

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 3 ans il y a

A résolu


Produce a sine wave
Produce a sine wave with amplitude 3: <<http://blogs.mathworks.com/images/seth/cody/sine-eqn.png>>

presque 7 ans il y a

A résolu


Add a block to a model
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-block-eqn.png>> In this case, the slope of...

presque 7 ans il y a

A résolu


Is my wife right?
Regardless of input, output the string 'yes'.

plus de 7 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

plus de 7 ans il y a

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

plus de 7 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...

plus de 7 ans il y a

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

plus de 7 ans il y a