photo

Hai Luu


Last seen: más de 4 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

6 Preguntas
1 Respuesta

CLASIFICACIÓN
31.368
of 300.338

REPUTACIÓN
1

CONTRIBUCIONES
6 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
16.67%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.922

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.149

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 5 años hace | 1 respuesta | 0

1

respuesta

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

más de 5 años hace | 0

Pregunta


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

más de 5 años hace | 1 respuesta | 0

1

respuesta