photo

AbhimanyuSingh


TATA

Last seen: 4 months 前 自 2017 起处于活动状态

Followers: 0   Following: 0

消息

Having 12 years of experience in MATLAB, SIMULINK and STATEFLOW in the Automotive domain.

统计学

All
MATLAB Answers

1 个提问
7 个回答

Cody

0 个问题
3 个答案

排名
2,301
of 300,863

声誉
28

贡献数
1 个提问
7 个回答

回答接受率
0.0%

收到投票数
8

排名
 of 21,100

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
75,798
of 171,413

贡献数
0 个问题
3 个答案

评分
40

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Explorer
  • First Review
  • Solver
  • Knowledgeable Level 2
  • First Answer

查看徽章

Feeds

排序方式:

提问


How to Create Custom Get Set Functions in Embedded Coder ?
Want to generate a customized Get Set Function for the below mentioned example: //Example: Application.c void appFunc() { u...

2 years 前 | 1 个回答 | 0

1

个回答

已回答
How to pause input signal from function call subsystem
As per my understanding your third party is generating periodic signal so please do the following changes on the function call p...

7 years 前 | 0

已解决


Return the first and last character of a string
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...

7 years 前

已解决


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

7 years 前

已解决


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

7 years 前

已回答
Rename BUS
You can try following: FA.cog = 0.374; FA.mass = 2000; TestObject=Simulink.Bus.createObject(FA); controlName=eval(TestObj...

7 years 前 | 4

已回答
import *.dat and delete space at last column
Please find attached .m file this will help you to solve your problem

8 years 前 | 0

| 已接受

已回答
How to use variant susbsytems inside a referenced model?
If your are getting "Model reference parameter mismatch." error then you have to change the diagnostic to "Underspecified initia...

8 years 前 | 0

已回答
how to calculate the maximum consecutive dry days and wet days over time period?
RR=randi([-255,255],189,189); % Prepare a random precipitation data %Assumption that RR is matrices of 189x189 and containing p...

8 years 前 | 0

| 已接受

已回答
How can I determine the frequency of a signal in Simulink?
There is no such block which can directly calculate the frequency of block, but we can design a subsystem which can give you the...

8 years 前 | 3

已回答
Logical Matrix Indexing - Simulink
You Can use the Switch Block present in the /Simulink/Signal Routing/Switch In block properties you can select the 'Threshold' p...

8 years 前 | 1

| 已接受