photo

Vishwanath Salokye


Last seen: 2 years 前 自 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,569
of 301,237

声誉
2

贡献数
2 个提问
3 个回答

回答接受率
0.0%

收到投票数
1

排名
12,784 of 21,206

声誉
28

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
286

排名
38,149
of 173,611

贡献数
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 years 前

已解决


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

8 years 前

已解决


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 years 前

已解决


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

8 years 前

已解决


"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 years 前

已解决


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 years 前

已解决


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

8 years 前

已解决


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 years 前

已解决


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 years 前

已回答
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 years 前 | 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 years 前 | 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 years 前 | 0

已提交


MIL coverage Automation script
MIL coverage report generator

12 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答