Estadística
13 Preguntas
0 Respuestas
CLASIFICACIÓN
181.857
of 301.940
REPUTACIÓN
0
CONTRIBUCIONES
13 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
30.77%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.466
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 177.521
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
Pregunta
How to use mean function for image analysis
I have a question on an assignment that says: Use the function mean to create a new variable that is a grayscale image of va...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
How to solve a third order polynomial
I have the correct code to solving this question, but I was wondering why in line 2 there were the numbers 1,2,4,5? I do not und...
alrededor de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Finding the average number of guesses
Write a program, ImprovingGuessing.m, in which the guessing game automatically repeats over and over until the user quits. Add t...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Help with creating a function
Please write a MATLAB function with the following: (1) output a third-order polynomial function with the coefficients as the inp...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use meshgrid and contour
x=-2*pi:pi/100:2*pi; y=-2*pi:pi/100:2*pi; [X,Y]=meshgrid(x,y); Z=(sin(2*X).^2)+(cos(2*Y).^2); figure contour3(X,Y,Z)
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find the fifth largest value in a matrix
Please output the fifth largest number from a two-dimensional matrix with more than 5 elements and no repeated values. %%Probl...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
How to use polyfit function
n=csvread('loadextension.csv',3,0); l=n(:,1); %this is the extension in mm force=n(:,2); %this is the force in N %Part B ...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
How to plot vectors of different length
We were asked to plot the derivative of angular displacement to get the angular velocity, and the derivative of angular velocity...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot trajectory
We were asked to plot the trajectory of a diver off a diving board, and I am having trouble getting my graph to publish for this...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot a large csv file with 3 different functions to plot
I have a 101x4 csv file and I am having trouble plotting the 3 lines.This is the code I have so far, can anyone tell me what I h...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to get integral function
Download the file ‘Loading.txt’ from Blackboard. The file contains the load distribution on a joint. The first column contains ...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Assume that the athlete can bend at a range of angles of 10° to 80° from vertical. Also assume that a, b, and c stay constant with varying angles of theta. In MATLAB, plot the magnitude of the forces FM and FJ relative to angle of bending for a. An a
Assume that the athlete can bend at a range of angles of 10° to 80° from vertical. Also assume that a, b, and c stay constant w...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find magnitude of an array of 17 vectors
I have imported a txt file and need to find the magnitude of the 17 vectors on the file. Thanks.
casi 8 años hace | 3 respuestas | 0

