photo

Mihaela Jarema

MathWorks

Last seen: 6ヶ月 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

1 質問
2 回答

File Exchange

1 ファイル

Cody

0 問題
7 解答

ランク
6,213
of 301,800

評判
8

コントリビューション
1 質問
2 回答

回答採用率
100.0%

獲得投票数
2

ランク
14,609 of 21,411

評判
16

平均評価
0.00

コントリビューション
1 ファイル

ダウンロード
2

ALL TIME ダウンロード
178

ランク
50,281
of 176,593

コントリビューション
0 問題
7 解答

スコア
80

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Knowledgeable Level 1
  • First Answer
  • Revival Level 1
  • Personal Best Downloads Level 1
  • First Submission
  • GitHub Submissions Level 1
  • Solver

バッジを表示

Feeds

表示方法

回答済み
mle memory error with custom negative log-likelihood function
Hi Jose, The error you mention is thrown when mle calls your custom function loglike, in the last line of the custom function l...

4年以上 前 | 0

| 採用済み

送信済み


Single-Layer and Multilayer Perceptrons Demo
This demo introduces single-layer neural networks, multilayer perceptrons, and corresponding learning algorithms hands-on.

5年弱 前 | ダウンロード 2 件 |

0.0 / 5
Thumbnail

回答済み
How can you use MATLAB Grader in Moodle Quizzes?
External tools cannot be used as question types in Moodle Quizzes. The alternative is to create multiple activities of type MA...

6年弱 前 | 2

| 採用済み

質問


How can you use MATLAB Grader in Moodle Quizzes?
MATLAB Grader can be integrated into Moodle as an external tool. How can you use MATLAB Grader in Moodle Quizzes, to implement M...

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

1

回答

解決済み


Pernicious Anniversary Problem
Since Cody is 5 years old, it's pernicious. A <http://rosettacode.org/wiki/Pernicious_numbers Pernicious number> is an integer w...

8年以上 前

解決済み


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

9年弱 前

解決済み


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

9年弱 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

9年弱 前

解決済み


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

9年弱 前

解決済み


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

9年弱 前

解決済み


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

9年弱 前