PIRC - MATLAB Central
photo

PIRC


Power Innovative Research Consultancy

Last seen: alrededor de 1 mes hace Con actividad desde 2014

Followers: 30   Following: 0

Mensaje

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

Programming Languages:
MATLAB
Spoken Languages:
English

Estadística

All
File ExchangeMATLAB AnswersCodyFrom 05/14 to 03/25Use left and right arrows to move selectionFrom 05/14Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

1 Pregunta
10 Respuestas

File Exchange

75 Archivos

Cody

0 Problemas
9 Soluciones

CLASIFICACIÓN
3.690
of 297.547

REPUTACIÓN
14

CONTRIBUCIONES
1 Pregunta
10 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
4

CLASIFICACIÓN
13 of 20.454

REPUTACIÓN
35.506

EVALUACIÓN MEDIA
4.30

CONTRIBUCIONES
75 Archivos

DESCARGAS
2600

ALL TIME DESCARGAS
189345

CLASIFICACIÓN
36.779
of 159.122

CONTRIBUCIONES
0 Problemas
9 Soluciones

PUNTUACIÓN
110

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • 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

Ver insignias

Feeds

Ver por

Resuelto


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

más de 4 años hace

Resuelto


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

más de 4 años hace

Resuelto


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

casi 8 años hace

Resuelto


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

casi 8 años hace

Resuelto


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

más de 8 años hace

Resuelto


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

más de 8 años hace

Resuelto


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

más de 8 años hace

Resuelto


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

más de 8 años hace

Resuelto


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

más de 8 años hace