photo

Sarah Hicks


Last seen: plus de 5 ans il y a Actif depuis 2018

Followers: 0   Following: 0

Statistiques

MATLAB Answers

13 Questions
0 Réponses

RANG
124 051
of 300 352

RÉPUTATION
0

CONTRIBUTIONS
13 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
30.77%

VOTES REÇUS
0

RANG
 of 20 928

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 212

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 6 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


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)

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 6 ans il y a | 2 réponses | 0

2

réponses

Question


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

presque 7 ans il y a | 2 réponses | 0

2

réponses

Question


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

environ 7 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 7 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 7 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 7 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 7 ans il y a | 1 réponse | 0

1

réponse

Question


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.

environ 7 ans il y a | 3 réponses | 0

3

réponses