photo

Charlotte Reed


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

11 个提问
0 个回答

排名
216,743
of 300,028

声誉
0

贡献数
11 个提问
0 个回答

回答接受率
27.27%

收到投票数
0

排名
 of 20,860

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,043

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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 ...

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

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

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

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

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

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

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

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

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

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

5 years 前 | 1 个回答 | 0

1

个回答