photo

Arun


Indian Institute of Technology Hyderabad

Last seen: 8ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

Masters Degree in Computer Science and Engineering.

Programming Languages:
Python, C++, C, Java, PHP, MATLAB, SQL, HTML, CSS
Spoken Languages:
English, Hindi
Pronouns:
He/him
Professional Interests:
Vehicle Network Toolbox Supported Hardware, Wireless Communications, Get Started with Automated Driving Toolbox, Networks

統計

All
MATLAB Answers

0 質問
90 回答

Cody

0 問題
7 解答

ランク
891
of 297,527

評判
84

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

回答採用率
0.00%

獲得投票数
16

ランク
 of 20,454

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
40,872
of 159,017

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

スコア
93

バッジ数
2

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

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

平均評価

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

平均いいねの数

  • Knowledgeable Level 3
  • 3 Month Streak
  • Promoter
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • First Answer

バッジを表示

Feeds

表示方法

解決済み


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

1年以上 前

解決済み


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


02 - Vector Variables 1
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2a.png>>

1年以上 前

解決済み


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

1年以上 前