Community Profile

photo

Cory Johnson


NCSU CSC

Active since 2015

Followers: 0   Following: 0

Message

Mechanical Engineering Student at NC State.

Statistics

All
  • First Review
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • Scavenger Finisher
  • CUP Challenge Master
  • Commenter
  • Promoter
  • Solver

View badges

Feeds

View by

Answered
Is there a good way to get Cody Coursework results to other grading programs?
http://www.mathworks.com/matlabcentral/fileexchange/60002-codygrades This file should work!

7 years ago | 0

| accepted

Answered
Save each vector iteration into a matrix
There are lots of ways to organize data in MATLAB. Below I have shown 3 ways to do this. I think you're looking for the last met...

7 years ago | 2

| accepted

Question


Is there a good way to get Cody Coursework results to other grading programs?
Cody Coursework results are given by each submissions. I would like to group them by student instead.

7 years ago | 1 answer | 0

1

answer

Answered
solving an equation in matlab
This can be done with a for loop and symbolic variables. It is good practice to assign contstants at the top of the script: ...

7 years ago | 0

Answered
Moving players into teams - equal as possible random
What a great question! Try matching the highest and lowest scores, then filling in the middle with the average score that wou...

7 years ago | 0