photo

Ajith Thomas


Last seen: 1 year 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
3 个回答

排名
3,164
of 299,759

声誉
18

贡献数
5 个提问
3 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,794

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,756

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 3 Month Streak
  • First Answer

查看徽章

Feeds

排序方式:

提问


Simulink Variable Defining error
why this error is coming?

6 years 前 | 0 个回答 | 0

0

个回答

提问


defining simulink variables through matlab srcript
how can I define variables through matlab script? I am using trial version

6 years 前 | 1 个回答 | 0

1

个回答

提问


define variable in simulink
When I am defining variable in simulink, its showing error. I am using trial verion. can you help me on this?

6 years 前 | 0 个回答 | 0

0

个回答

提问


Week 9, Assignment 2
Write a function called char_counter that counts the number of a certain character in a text file. The function takes two input ...

6 years 前 | 1 个回答 | 0

1

个回答

已回答
Problem with logical indexing
function numfreeze=freezing(w) lowerthan_32=w(w<32); no_logical_values=lowerthan_32(lowerthan_32>=0); numfreeze=length(no_log...

6 years 前 | 0

已回答
counting no .of temperature less than 32 in array
function numfreeze=freezing(w) lowerthan_32=w(w<32); no_logical_values=lowerthan_32(lowerthan_32>=0); numfreeze=length(no_log...

6 years 前 | 0

11

个回答