photo

JAKE WISNIEWSKI


Last seen: 4 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

10 个提问
0 个回答

排名
209,920
of 299,997

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
30.0%

收到投票数
0

排名
 of 20,858

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,881

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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...

4 years 前 | 0 个回答 | 0

0

个回答

提问


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...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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; ...

4 years 前 | 0 个回答 | 0

0

个回答

提问


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...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Piecewise function. Dont know x

6 years 前 | 1 个回答 | 0

1

个回答

提问


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...

6 years 前 | 0 个回答 | 0

0

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答