photo

Matthew Orsie


Last seen: oltre 5 anni fa Attivo dal 2017

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

9 Domande
1 Risposta

Cody

0 Problemi
5 Soluzioni

RANK
162.192
of 299.969

REPUTAZIONE
0

CONTRIBUTI
9 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
66.67%

VOTI RICEVUTI
0

RANK
 of 20.853

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
58.230
of 166.784

CONTRIBUTI
0 Problemi
5 Soluzioni

PUNTEGGIO
60

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Solver
  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


How do I add the Magnus Effect Equation into this Code?
This is similar to my last homework where we just had to take into account the air drag of a baseball. Now we have to include t...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


How do I plot a new trajectory every time I run through a loop
close all; clear; clc; %Define Attributes of the ball m = 0.145; %Mass of the ball(kg) D = 0.0738; %Diameter of the ball ...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Risolto


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

oltre 5 anni fa

Risolto


Add two numbers
Given a and b, return the sum a+b in c.

oltre 5 anni fa

Risolto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

oltre 5 anni fa

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

oltre 5 anni fa

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

oltre 5 anni fa

Risposto
How do I use a string in my input?
That's perfect! Thank you so much!

oltre 7 anni fa | 0

Domanda


How do I use a string in my input?
I have a homework question that asks: Write a function called my_wish that takes input arguments in string format such as "sq...

oltre 7 anni fa | 2 risposte | 0

2

risposte

Domanda


How do I print out a product of 2 requested numbers
I need to write a function that requests the user to input 2 numbers one by one and then prints them and their prodct according ...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


How do I use numeric solvers to solve for t?
For my project I have to use a numeric solver to solve an equation for it's unknown variable, t. There's 5 equations total and ...

quasi 8 anni fa | 2 risposte | 0

2

risposte

Domanda


Mathematical Model for eliminating pollutes from the great lakes. (I need coding help)
%Matrix that models the flow of pollution through the Great Lakes a=[(-15/3132), 0, 0, 0, 0; 0, (-38/1322), 0, 0, 0...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


How do I plot individual points on an existing graph
%Define Values d = [ 0.25, 0.5 , 1 , 1.5 , 2 ]; m = 1; k = 1; omeganought = 1; omega = linspace (0, 2); ...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Not sure what I'm doing wrong.
%Define Values d = [ 0.25, 0.5 , 1 , 1.5 , 2 ]; m = 1; k = 1; omeganought = 1; omega = linspace (0, 2); ...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


MATLAB won't plot my graph
%Forced Vibration Project 3.2 %Define values omeganought = 1.1; m = 0.3; F = 0.5; t = linspace(0, 2*pi / (...

quasi 8 anni fa | 1 risposta | 0

1

risposta