Community Profile

photo

SammyJoe


Active since 2019

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


For this project, you will be writing code to import data from files, manipulate it, and then write it back out to files.
I need a code that will create new files that store the partial derivatives from two given data files utilizing the central diff...

4 years ago | 0 answers | 0

0

answers

Question


Given 2 red beads, 2 blue beads, 1 yellow bead, and 1 green bead, how many different necklaces can be made?
This is the code I have written, it is giving me an answer of 180, but the answer is supposed to be 16, what needs to be fixed? ...

4 years ago | 0 answers | 0

0

answers

Question


How do I save each iteration of a loop into a matrix?
This is my code; the problem is when I use a loop for circular shifts, I need each iteration to be saved into a matrix so I can ...

4 years ago | 1 answer | 0

1

answer

Question


How do I save the matrices made in a loop and save them to a matrix?
This is what I have and I am getting the final answer to be 180 when it should be 16; I believe my problem is at the circular sh...

4 years ago | 1 answer | 0

1

answer

Question


Given 2 red beads, 2 blue beads, 1 yellow bead, and 1 green bead, how many different necklaces can be made?
I need a matlab code that will determine the answer (the answer is given as 16 and I keep getting 30). Flips and circular shifts...

4 years ago | 1 answer | 0

1

answer