photo

Hai Luu


Last seen: 4년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
1 답변

순위
31,635
of 300,369

평판
1

참여
6 질문
1 답변

답변 채택
16.67%

획득한 표
0

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
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

답변