photo

Charlotte Reed


Last seen: 4년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Using this code in order to get a pig latin code that works for phrases as well
function out = word2piglatin word = input ( 'Enter a word:' , 's' ); % Check if the first letter of the word is vowel or not ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Coding fibonacci without using fibonacci matlab code
I've written this code so far. Here is the question being asked: Write a MATLAB program that creates and outputs the first 30...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


ASCII coding to get corresponding character
I wrote this code so far, and I am getting the corresponding characters, except I get them all from 32 through 126, no matter wh...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Fibonacci function without using the fibonacci function (for loop)
I am doing pracite questions and stuck on this one: Write a MATLAB program that creates and outputs the first 30 numbers in the...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Help!!! ASCII writing a code that displays the numeric code with its character
sorry for the super weird format Write a MATLAB program that displays ASCII numeric codes as the corresponding characters You...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How would i adapt this code to make it work for a whole phrase, not just one word?
function out = word2piglatin word = input ( 'Enter a word:' , 's' ); % Check if the first letter of the word is vowel or not ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


word input codes in matlab
how to write a function that receives a word as input and returns a pig Latin translation of the word. Both the input word and t...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


help clarifying why code isn't working
this is my code, and i will attach in the comments what i am trying to portray. I'm having trouble understanding why it wont wor...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


converting a vector to matrix
I'm doing practice questions, and I am stuck. If the vector is x=[9,4,0,7] and i want to create a Matrix with 4 rows (the origin...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Excel and Matlab on Windows 10
I am trying to do the xlsread command on a windows 10 computer, but it won't even let me access the file let alone my desktop to...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Computing element by element and in degress
First define and output a vector x with the following values: −180°, −150°, −120°, −90°, −60°, −30°, 0°, 30°, 60°, 90°, 120°, 15...

4년 초과 전 | 답변 수: 1 | 0

1

답변