photo

Vishwanath Salokye


Last seen: 約2年 前 2012 年からアクティブ

Followers: 0   Following: 0

7+ years of experience in automotive filed. Hands on experience in model based development as well as testing. My experience include RPC development for automotive control algorithm. REG testing as well as vehicle testing Professional Interests: Development and testing of application control algorithms.

統計

All
MATLAB Answers

2 質問
3 回答

File Exchange

1 ファイル

Cody

0 問題
9 解答

ランク
21,559
of 301,153

評判
2

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

回答採用率
0.0%

獲得投票数
1

ランク
12,781 of 21,182

評判
28

平均評価
0.00

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

ダウンロード
1

ALL TIME ダウンロード
286

ランク
38,078
of 173,067

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

スコア
120

バッジ数
3

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

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

平均評価

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

平均いいねの数

  • First Submission
  • Commenter
  • Promoter
  • Solver
  • Revival Level 1
  • First Answer

バッジを表示

Feeds

表示方法

解決済み


All capital?
Are all the letters in the input string capital letters? Examples: 'MNOP' -> 1 'MN0P' -> 0

約8年 前

解決済み


First N Perfect Squares
*Description* Return the first N perfect squares *Example* input = 4; output = [ 1 4 9 16 ];

約8年 前

解決済み


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

約8年 前

解決済み


Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...

約8年 前

解決済み


"Look and say" sequence
What's the next number in this sequence? * [0] * [1 0] * [1 1 1 0] * [3 1 1 0] * [1 3 2 1 1 0] This a variant on the w...

約8年 前

解決済み


Return the Fibonacci Sequence
Write a code which returns the Fibonacci Sequence such that the largest value in the sequence is less than the input integer N. ...

約8年 前

解決済み


Alternating sum
Given vector x, calculate the alternating sum y = x(1) - x(2) + x(3) - x(4) + ...

約8年 前

解決済み


Project Euler: Problem 6, Natural numbers, squares and sums.
The sum of the squares of the first ten natural numbers is, 1^2 + 2^2 + ... + 10^2 = 385 The square of the sum of the first ...

約8年 前

解決済み


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

約8年 前

回答済み
Convert Targetlink blocks to Simulink
Hello Apurv Koregave There are many ways to convert TL to SL block. select all blocks, right click go to TargetLink and de-en...

8年以上 前 | 0

質問


I have written many scripts but till I have no idea what exactly number represents(14261) here in below code. Can any one please explain me what this number tells??
port_handles = get_param(gcs,'PortHandles'); >> port_handles.Inport' 1.0e+004 * 1.4261

9年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Why matlab(Simulink) does not care about output min and Output max option on any calculated signal
Hi Yogesh I am sorry that I could not understand your question. Can you please explain me more clearly by taking screenshot of s...

9年以上 前 | 0

送信済み


MIL coverage Automation script
MIL coverage report generator

12年弱 前 | ダウンロード 1 件 |

0.0 / 5

回答済み
Is there command to go line I want?."goto"
Hi, Their is no such command in MATLAB. using function call you can jump to the particular location. But in matlab their are ...

12年弱 前 | 1

質問


Looking for the RTW support
Hi , This is vishwanath i am looking for some good material for learning Auto Code generation in Matlab Simulink. thanks i...

13年以上 前 | 1 件の回答 | 0

1

回答