photo

PIRC


Power Innovative Research Consultancy

Last seen: 約1ヶ月 前 2014 年からアクティブ

Followers: 30   Following: 0

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

統計

All
MATLAB Answers

1 質問
10 回答

File Exchange

75 ファイル

Cody

0 問題
9 解答

ランク
3,678
of 297,503

評判
14

コントリビューション
1 質問
10 回答

回答採用率
0.0%

獲得投票数
4

ランク
13 of 20,449

評判
35,488

平均評価
4.30

コントリビューション
75 ファイル

ダウンロード
2562

ALL TIME ダウンロード
189159

ランク
36,759
of 159,017

コントリビューション
0 問題
9 解答

スコア
110

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • 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

バッジを表示

Feeds

表示方法

解決済み


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

4年以上 前

解決済み


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

4年以上 前

解決済み


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

8年弱 前

解決済み


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

8年弱 前

解決済み


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

8年以上 前

解決済み


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

8年以上 前

解決済み


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

8年以上 前

解決済み


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

8年以上 前

解決済み


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

8年以上 前