photo

Ajith Thomas


Last seen: environ un an il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

5 Questions
3 Réponses

RANG
3 164
of 299 750

RÉPUTATION
18

CONTRIBUTIONS
5 Questions
3 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 20 792

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 165 710

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • 3 Month Streak
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


Simulink Variable Defining error
why this error is coming?

presque 6 ans il y a | 1 réponse | 0

0

réponse

Question


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

presque 6 ans il y a | 1 réponse | 0

1

réponse

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?

presque 6 ans il y a | 1 réponse | 0

0

réponse

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

environ 6 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

environ 6 ans il y a | 0

Réponse apportée
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...

environ 6 ans il y a | 0

Question


Write a function called valid_date that takes three positive integer scalar inputs year, month, day. If these three represent a valid date, return a logical true, otherwise false. The name of the output argument is valid. If any of the inputs is not
unction valid=valid_date(year,month,date) if nargin==3 valid1=true; else valid=false; return end v1=[year]; v2=[mo...

environ 6 ans il y a | 11 réponses | 0

11

réponses