photo

Kevin Hout


Con actividad desde 2016

Followers: 0   Following: 0

Estadística

MATLAB Answers

3 Preguntas
1 Respuesta

CLASIFICACIÓN
166.463
of 300.381

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
10.422 of 20.941

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
1

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.477

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


Finding Weighted Coefficients of Variables
I have a data set of 15 experiments, which are separated into 11 columns (15x11 matrix). There are 10 variables (10 columns) tha...

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

1

respuesta

Respondida
Need help with looping to populate matrix using if statement
Thanks, Walter. I was trying to take a value in the Stress column (at Strains equal to 0.001, 0.002, 0.003, etc) and populate...

más de 9 años hace | 0

Pregunta


Need help with looping to populate matrix using if statement
clc; clear all; close all; load('Stress_Strain.mat') count = 0; for i = 1:1000 ...

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

2

respuestas

Pregunta


Need Help with Newton's Method for the Following code; keep getting errors
clc; close all; clear all; x = 1; y = 2; for i = 1:10 f(x) = (-x(i).^2) - (2*y(i)) + 2; ...

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

1

respuesta