Community Profile

photo

Karlie Brillant


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Left and right sides have different number of elements
Getting an error in line 5 of my script, counter=1; for R_e=linspace(1*10^3,1*10^5,10) k=linspace(1*10^-6,1*10^-3,10); ...

5 years ago | 1 answer | 0

1

answer

Question


Index exceeds number of array elements?
Working on a scipt to run a function for flow of water through a pipe Script: dh=1.0; for R_e=linspace(1*10^3,1*10^5,10) ...

5 years ago | 1 answer | 0

1

answer

Question


Don't understand error
Working on a function that will determine the angle needed to launch a projectile at in order to hit a target, works like a newt...

5 years ago | 1 answer | 0

1

answer

Question


Running like a forever loop
I am working on the following function function [x,y]=projectile(V_int,theta,dt) time=dt; %(seconds) k=0.32; %drag coefficien...

5 years ago | 0 answers | 0

0

answers

Question


Vector output from a function
Working on a projectile motion problem. I am trying to get x_dist and y_height vectors as outputs from my function so that I can...

5 years ago | 2 answers | 0

2

answers

Question


Index exceeds number of array elements (1)
I continue to get the error "index exceeds number of array elements (1)" regarding the first line of this for loop, Q_out2=dt*...

5 years ago | 1 answer | 0

1

answer

Question


Index exceeds the number of array elements (1264).
I have been trying to work on a function however it continues to get stuck on this section. I have made sure that the matrix/vec...

5 years ago | 2 answers | 0

2

answers