photo

KAUSHIK JAS


INDIAN INSTITUTE OF TECHNOLOGY MADRAS

Last seen: más de 2 años hace Con actividad desde 2019

Followers: 0   Following: 0

Mensaje

A PG Researcher of Geotechnical Engineering

Estadística

MATLAB Answers

4 Preguntas
1 Respuesta

CLASIFICACIÓN
147.128
of 300.365

REPUTACIÓN
0

CONTRIBUCIONES
4 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.933

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.262

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

Feeds

Ver por

Pregunta


Plot Decision boundary and Support vectors in SVM
I did SVM with Cubic kernel for a particular dataset using classification learner app in MATLAB. But I did not get decision boun...

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

1

respuesta

Pregunta


Maximum Likelihood Estimation code

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

0

respuestas

Pregunta


Bayesian estimation for Normal Distribution

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

0

respuestas

Respondida
Solve x′′ = −x − α(x2 − 1)x′, 0 ≤ t ≤ 30, with the initial conditions x(t = 0) = 0.5 and x′(t = 0) = 0, using RK4 method in your computer where α = 1. Plot the solution.
I solve it correctly by my own. It is in below. %RK2 of two variables h=0.5; t=0:h:30; x=zeros(1,length(t)); z=zeros(1,le...

alrededor de 6 años hace | 0

1

respuesta