photo

Bridgit Nata


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Reading a Text File
Hi, I'm a bit lost with Input/Output and text files on MATLAB. If I'm given a text file containing a list of names and telep...

7 years ago | 1 answer | 0

1

answer

Question


How do I replace a maximum value with zero?
Hi, if I have a m-by-n matrix how do I set the maximum value of the matrix to zero? Thank you!

8 years ago | 1 answer | 0

1

answer

Question


Create a vector to prove a sum of series?
How can I prove the following series: _π^2/6 = 1 + 1/4 + 1/9 + 1/16 + ..._ by creating a vector using colon operators and...

8 years ago | 1 answer | 0

1

answer

Question


How can I remove elements divisible by 3,4, and 5 in a vector?
I've created a vector x = 1:50 but I'm having trouble in how I can remove elements divisible by 3, 4, and 5, and then display it...

8 years ago | 4 answers | 0

4

answers