Maria
Followers: 0 Following: 0
Estadística
13 Preguntas
0 Respuestas
CLASIFICACIÓN
206.627
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
13 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
69.23%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.950
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
remove character within a string
code error for removing loc(character) from birds(string). loc ensure has three letters. function [nm, couriers] = ostrichEx...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
using max function without conditional function
how using max function, logical operators and comparison operators to write a code that if a number larger than 100, then return...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
about prime matlab problem
hey ! for my code below, I think I avoid "1" for prime number, but it seems like the output still show 1 as an prime number. How...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
change char class to string class
How to change the output from char class to string class ? function Out=bestSection(Number,Letter,Grades) [~,ind]=max(Grades...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
double quote not single quote
problem, how should I change these double string to single string. on other hands, change from string class to character class? ...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
if statement matlab problem
I got issue on my code. That I put if statement under the else statement it's return a weird number. The background here is in...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
not enough input argument error
when I put( [1×128 double], 'E') as input argument it says that "Error using double. Not enough input argument. " What's wrong w...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
fprint problem in matlab
why the outstr value is 24 here ?
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
"temp" was previously used as a variable, conflicting with its use here as the name of a function or command.
Don't know why shows "temp" was previously used as a variable, conflicting with its use here as the name of a function or comman...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
matlab single quote problem
how should I output this sentence in single quote instead of double quote? Because change the double quote to single quote direc...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
matlab space error problem
does anyone know why my output doen't have space between two words
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
upper case need help
function unscramble=latinCipher(scramble) [str,shift]=strtok(scramble,' '); shift=str2num(shift); str=char(mod(double(str)-97...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
convert alphabet to coresponding number by using ASCII
I have question, how to convert alphabet in lowercase to coresponding number by using ASCII. Such as a=1,b=2,c=3...
más de 4 años hace | 2 respuestas | 0