photo

Nick Granville


Last seen: 4ヶ月 前 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年以上 前

質問


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年以上 前 | 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],[...

2年弱 前

解決済み


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]

2年弱 前

質問


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...

5年弱 前 | 1 件の回答 | 0

1

回答