Community Profile

photo

Charlotte Reed


Last seen: 4 years 前 自 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答