photo

Hai Luu


Last seen: 4年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
1 回答

ランク
31,368
of 300,338

評判
1

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

回答採用率
16.67%

獲得投票数
0

ランク
 of 20,922

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,149

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Implementing estimators: Least square, maximum likeli-hood
How can I achieve like the process in these blocks. I have no knowlegde about matlab :( any suggestion for me to complete this. ...

4年以上 前 | 0 件の回答 | 0

0

回答

質問


How to simulate the estimators
Hello everyone, I am working on stimulating estimators, however, I do not understand what to do with these blocks( I have done ...

4年以上 前 | 0 件の回答 | 0

0

回答

質問


Gradient descent with a simple function
Hi everyone, I am currently practicing this method on a simple function, however I keep getting this error and I do not know how...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


How can I seperate these number from a cell and put it into a matrix.
I have tried systax "cell2mat" but it didnt work.

5年以上 前 | 2 件の回答 | 0

2

回答

質問


I got the wrong answer even my code is right. Please help!
--------------Main program--------------------------------- X = [ones(m, 1), data(:,1)]; % Add a column of ones to x theta = z...

5年以上 前 | 1 件の回答 | 0

1

回答

回答済み
I always get this error even this is just a simple programe >>> Out of memory. The likely cause is an ifinite recursion within the programe. Error in plotData(line23). plotData(X,y)
I just follow to the instruction. It is an excercise in the online course. However, I think I got some misunderstanding.

5年以上 前 | 0

質問


I always get this error even this is just a simple programe >>> Out of memory. The likely cause is an ifinite recursion within the programe. Error in plotData(line23). plotData(X,y)
function plotData(X, y) clear ; close all; clc; figure; % open a new figure window fprintf('Plotting Data ...\n') data = l...

5年以上 前 | 1 件の回答 | 0

1

回答