photo

Ajith Thomas


Last seen: 1 year ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
3 Answers

RANK
3,164
of 299,791

REPUTATION
18

CONTRIBUTIONS
5 Questions
3 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,807

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 165,966

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 3 Month Streak
  • First Answer

View badges

Feeds

View by

Question


Simulink Variable Defining error
why this error is coming?

6 years ago | 0 answers | 0

0

answers

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Answered
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 ago | 0

Answered
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 ago | 0

11

answers