Community Profile

photo

Nick Granville


Last seen: 10 days ago Active since 2019

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 2
  • Solver

View badges

Feeds

View by

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

1 year ago

Question


I want to compare fit() using option 'sin1' with the same equation defined using 'fittype'.
I have used fit() with the option 'sin1' to fit a noisy set of data that very approximately look like a sine wave. To understan...

1 year ago | 1 answer | 0

1

answer

Solved


Find the slope of a line that passes through two vectors
Given two vectors p1 and p2, return the slope of a line that passes through p1 and p2. Examples: Input [p1,p2] = deal([0,1],[...

1 year ago

Solved


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

1 year ago

Question


Differences between Deep Learning Toolboxes versions 18b and 19a
I have successfully set up a GoogLeNet network using the Deep Learning Toolbox (version 19a) on a standalone computer. I copied...

4 years ago | 1 answer | 0

1

answer