photo

Srinivasan M P


Last seen: 約1年 前 2019 年からアクティブ

Followers: 0   Following: 0

Second year Masters Student in M.E. Embedded Systems

Programming Languages:
Python, C++, C, Java, MATLAB, Arduino, Assembly

統計

All
MATLAB Answers

2 質問
0 回答

Cody

0 問題
13 解答

ランク
147,838
of 300,851

評判
0

コントリビューション
2 質問
0 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
31,437
of 171,294

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

スコア
160

バッジ数
2

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

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

平均評価

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

平均いいねの数

  • Treasure Hunt Participant
  • Promoter
  • Solver

バッジを表示

Feeds

表示方法

質問


Speedup simulation in Simulink
I have a battery pack charge balancing simulation for 30 minutes (1800 seconds). Simulation takes roughly 5 minutes for 1 secon...

約4年 前 | 0 件の回答 | 0

0

回答

解決済み


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

4年以上 前

解決済み


Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


Sum of the Matrix Elements
Add up all the elements in a NxM matrix where N signifies the number of the rows and M signifies the number of the columns. E...

約5年 前

解決済み


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

約5年 前

解決済み


Solve a System of Linear Equations
*Example*: If a system of linear equations in _x&#8321_ and _x&#8322_ is: 2 _x₁_ + _x₂_ = 2 _x₁...

約5年 前

解決済み


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

約5年 前

解決済み


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

約5年 前

解決済み


Calculate Inner Product
Given two input matrices, |x| and |y|, check if their inner dimensions match. * If they match, create an output variable |z|...

約5年 前

解決済み


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

約5年 前

解決済み


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

約5年 前

質問


TMS320F28035: Simulink model for the SMO or eSMO block used for sensorless FOC of PMSM
Hi. I am a student of BITS Pilani, Hyderabad Campus. I am currently doing my summer internship at Analogics Tech India Limited ...

6年以上 前 | 2 件の回答 | 0

2

回答