Community Profile

photo

Ajith Thomas


Last seen: mehr als ein Jahr vor Aktiv seit 2019

Statistiken

  • 3 Month Streak
  • First Answer

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


Simulink Variable Defining error
why this error is coming?

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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?

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0

11

Antworten