photo

Sarah Hicks


Last seen: 5 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

13 Questions
0 Answers

RANK
124,051
of 300,352

REPUTATION
0

CONTRIBUTIONS
13 Questions
0 Answers

ANSWER ACCEPTANCE
30.77%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

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

5 years ago | 0 answers | 0

0

answers

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

6 years ago | 0 answers | 0

0

answers

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

6 years ago | 1 answer | 0

1

answer

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

6 years ago | 1 answer | 0

1

answer

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)

6 years ago | 1 answer | 0

1

answer

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

6 years ago | 2 answers | 0

2

answers

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

7 years ago | 2 answers | 0

2

answers

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

7 years ago | 1 answer | 0

1

answer

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

7 years ago | 1 answer | 0

1

answer

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

7 years ago | 1 answer | 0

1

answer

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

7 years ago | 1 answer | 0

1

answer

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

7 years ago | 1 answer | 0

1

answer

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.

7 years ago | 3 answers | 0

3

answers