Community Profile

photo

Nick Granville


Last seen: 20 days 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计数据

All
  • Thankful Level 2
  • Solver

查看徽章

Feeds

排序方式:

已解决


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 前

提问


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 前 | 1 个回答 | 0

1

个回答

已解决


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 前

已解决


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 前

提问


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 前 | 1 个回答 | 0

1

个回答