photo

Hai Luu


Last seen: meer dan 4 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
1 Answer

RANK
31.368
of 300.392

REPUTATION
1

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
16.67%

VOTES RECEIVED
0

RANK
 of 20.934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.373

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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

meer dan 4 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 4 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 5 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 5 jaar ago | 1 answer | 0

1

answer

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

meer dan 5 jaar ago | 0

Question


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

meer dan 5 jaar ago | 1 answer | 0

1

answer