Community Profile

photo

Maria


Last seen: mehr als 3 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


remove character within a string
code error for removing loc(character) from birds(string). loc ensure has three letters. function [nm, couriers] = ostrichEx...

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


fprint problem in matlab
why the outstr value is 24 here ?

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


matlab space error problem
does anyone know why my output doen't have space between two words

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


upper case need help
function unscramble=latinCipher(scramble) [str,shift]=strtok(scramble,' '); shift=str2num(shift); str=char(mod(double(str)-97...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten