![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14974985_1551970913138_DEF.jpg)
Ajith Thomas
Followers: 0 Following: 0
Estadística
5 Preguntas
3 Respuestas
CLASIFICACIÓN
3.121
of 297.016
REPUTACIÓN
18
CONTRIBUCIONES
5 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Simulink Variable Defining error
why this error is coming?
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
defining simulink variables through matlab srcript
how can I define variables through matlab script? I am using trial version
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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?
más de 5 años hace | 0 respuestas | 0
0
respuestasASSIGNMENT: 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?
más de 5 años hace | 0
Pregunta
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 ...
más de 5 años hace | 1 respuesta | 0
1
respuestaProblem with logical indexing
function numfreeze=freezing(w) lowerthan_32=w(w<32); no_logical_values=lowerthan_32(lowerthan_32>=0); numfreeze=length(no_log...
más de 5 años hace | 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...
más de 5 años hace | 0
Pregunta
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...
más de 5 años hace | 11 respuestas | 0