photo

Matthew Lozancich


Attivo dal 2017

Followers: 0   Following: 0

Statistica

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


What am I doing wrong in my Ode?
Can't seem to understand what I'm doing wrong. function zombie [t,x]=ode23(@zomb,[0,60],1000) subplot(2,1,1) plot(...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


How to find the time for the max height of the rocket. MATLAB
Hi there! Doing a little final practice and was asked to find the max height and the time of the max height of the rocket. I c...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


Can anyone help me understand what it is asking? Plotting wise.
We wrote a program to solve ODE's. Now this part of the question says to Create a function called strobingtheduffing.m ...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


How to estimate pi within a 1x1 square
I was asked to create a function that plots points randomly in a [0,1]x[0,1] square. Then to estimate Pi based on the number of...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


What is lambda in the problem?
So I was given this problem by my professor: <</matlabcentral/answers/uploaded_files/95926/eng3.png>> Unfortunately he is ...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


Dice roll, how to write if statement for not 6 or 1?
So for rolling dice: x=randi([1,6],1,2); How do I write an if statement for the conditions that both dice (x(1) and x(...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


Probability airport question code.
So I've been working on this problem for hours and now I'm stuck.. I can't figure it out. I know my probability is messed u...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Help with plotting two lines.
So I was given a set of x and y coordinates. We were asked to plot the set with a non-connecting points. Then to create a func...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Help with element manipulation of matrix
So the question I have been asked to do is: Write a function called digit_compare.m which takes as input two 28 × 28 matrice...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


System of equations problem help
function output=find_current(a,e,c,d) V=a; R1=e; R2=c; R3=d; A=[-1 1 1 0; 0 1 1 -1; R1 0 R3 0; R1 R2 0 0]; ...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Question with rotating 2d vectors.
So the questions ask to use the code I had generated before which is: function test z=zeros(1,101); w=zeros(1,101); ...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Why won't this code generate the graph I need? What am I missing?
Create a vector t of elements with values from 0 to 360 with a spacing of 3.6 degrees. Using the parametric equations, create t...

oltre 6 anni fa | 1 risposta | 0

1

risposta