photo

Sarah Hicks


Last seen: oltre 5 anni fa Attivo dal 2018

Followers: 0   Following: 0

Statistica

MATLAB Answers

13 Domande
0 Risposte

RANK
124.056
of 300.392

REPUTAZIONE
0

CONTRIBUTI
13 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
30.77%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.373

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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)

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 7 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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.

circa 7 anni fa | 3 risposte | 0

3

risposte