Community Profile

photo

Aimee Jin


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How could I not including the heading of the chapter?
I wrote this function to extract the texts of one chapter out of the book - Alice in Wonderland. When I run it, it gives me " ...

3 years ago | 0 answers | 0

0

answers

Question


How to get a char row vector containing all the text in the one chapter?
I want to use this function to get the text just for the chapter I choose from the Alice.txt. Below is the main body. However, I...

3 years ago | 1 answer | 0

1

answer

Question


How can I get the first and last letters out of each word?
This is how I write the function. Basically, if you input sentence "Check adjacent elements 4speical pat-terns", it gives you {'...

3 years ago | 2 answers | 0

2

answers

Question


How can I solve it: Matrix dimensions must agree.
function A = matrixCSums(M) % M is a numeric matrix and A has the same size as M. % Each element in A is the sum of the corres...

3 years ago | 2 answers | 0

2

answers

Question


How can I fix "Index exceeds the number of array elements (1)."
This is my script. function [ca, depth] = transientDiffModel(B,Ds,H,ct,dz,t,th) B= input(' B:degradation rate of antibiotic ...

3 years ago | 1 answer | 0

1

answer