Statistica
RANK
162.192
of 299.969
REPUTAZIONE
0
CONTRIBUTI
9 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
66.67%
VOTI RICEVUTI
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
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
risposteDomanda
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
rispostaRisolto
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
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
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
risposteDomanda
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
rispostaDomanda
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
risposteDomanda
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
rispostaDomanda
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
rispostaDomanda
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
rispostaDomanda
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