Community Profile

photo

JAKE WISNIEWSKI


Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


I need to organize my OM3 OM4 and AP3 AP4 into a table for each of their values. I cant figure out how to insert and more than just one of each value but need both.
clear clc close all %%Given Information L1=[100 6]; L2=[40 2]; L3=[120 7]; L4=[80 9]; theta_2=[40 30];%theta2 in degre...

2 years ago | 0 answers | 0

0

answers

Question


Need help using same equation for multiple data points.
clear clc close all %%Given Information L1=[100 6 7]; L2=[40 2 9]; L3=[120 7 3]; L4=[80 9 8]; theta_2=[40 30 85];%thet...

2 years ago | 1 answer | 0

1

answer

Question


Index exceeds number of array elements. How can I fix this?
clear clc close all %%Length of links in m L2=1.4 L3=4 L4=-1 %%Open vs Crossed OC='O' %%Length of P in m rp=3 ...

2 years ago | 1 answer | 0

1

answer

Question


Variable size is incorrect
%% Calculations for a 4 bar linkage % Orgin Ox=0; Oy=0; %% Link Lengths L1=6; L2=2; L3=7; L4=9; x_size=1 theta2=30; ...

2 years ago | 0 answers | 0

0

answers

Question


How can I sort data in increasing order
I have been given this data I want to classify the length in each row as either the shortest(S), longest(L), or other (P or Q...

2 years ago | 1 answer | 0

1

answer

Question


Fix "index exceeds number of array elements"
%% THIS IS MY CODE TO Solve HW 4 %% Clear memory close all clear all clc %%Given length of link %L1=ground L2=crank L3=cou...

2 years ago | 1 answer | 0

1

answer

Question


Half Wave Diode Problem
This is a problem I have. Tried solving it but cant seem to figure it out. Am I on the right track? C=input('What is C...

4 years ago | 1 answer | 0

1

answer

Question


Piecewise function. Dont know x

4 years ago | 1 answer | 0

1

answer

Question


Loops and Recursion help
Determine the numerical solution to the following two equations x^2+x*y-10=0 y+3*x*y^2-57=0 through the use of iteration, so...

4 years ago | 0 answers | 0

0

answers

Question


Im having trouble using quadratic formula to solve for time for path or rocket
Given the equation for the height of a rocket at given time, calculate the reasonable times at which the rocket will be at the h...

4 years ago | 1 answer | 0

1

answer