photo

James Keiser


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

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
192,243
of 299,930

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,845

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,620

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


integration with limits using an array
I am trying to integrate an equation and it works when I do not have limits but when I add them it does not work. u_wake is a ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Trying to integrate for drag
I am trying to inegrate using an array with 56 numbers. The formula is rho*integral of uwake(20- uwake) where uwake is the array...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Using a program designed function
Trying to call a function but it isnt working. Code: clear clc % Welcome message fprintf('Welcome. This program uses the Ze...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to change 10 cards to jack queen and king
I am making a blackjack game that involves 2 decks. I need to assign the number one cards to Ace's and the 10's to jacks, queens...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Removing a row from a matrix when one value is zero without hardcoding
You have been provided stock data for Boeing in 2018 (from January 1st to December 31st). The data includes the opening (column...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Index exceeds the number of array elements (1). Error in HW08_Spaceship (line 34) xT =(5*(cos(45)+B(T+Kone)*sin(T)/2+sin(45)+B*(T+1/Kone)*cos(T))) >>
R= 40; Xo= 125; B = 42; Kone = 5; T = 0: 30; xT =(5*(cos(45)+B(T+Kone)*sin(T)/2+sin(45)+B*(T+1/Kone)*cos(T))) yT =(5*(si...

6 years 前 | 1 个回答 | 0

1

个回答