
Ajith Thomas
Statistiche
RANK
2.769
of 281.962
REPUTAZIONE
18
CONTRIBUTI
5 Domande
3 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 134.360
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Content Feed
0
risposteDomanda
defining simulink variables through matlab srcript
how can I define variables through matlab script? I am using trial version
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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?
quasi 4 anni fa | 0 risposte | 0
0
risposteASSIGNMENT: TEXT FILES Write a function called char_counter that counts the number of a certain character in a text file. The function takes two input arguments, fname, a char vector of the filename and character, the char it counts in the file.
my question is which all characters should be eliminated? on this question?
circa 4 anni fa | 0
Domanda
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 ...
circa 4 anni fa | 1 risposta | 0
1
rispostaProblem with logical indexing
function numfreeze=freezing(w) lowerthan_32=w(w<32); no_logical_values=lowerthan_32(lowerthan_32>=0); numfreeze=length(no_log...
circa 4 anni fa | 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...
circa 4 anni fa | 0
Domanda
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...
oltre 4 anni fa | 11 risposte | 0