Jesse Crotts - MATLAB Central
photo

Jesse Crotts


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

Followers: 0   Following: 0

消息

I study Mechanical Engineering and Applied Mathematics. One of my biggest interests is in Number Theory.

统计学

All
MATLAB AnswersFile ExchangeFrom 09/16 to 03/25Use left and right arrows to move selectionFrom 09/16Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

13 个提问
1 个回答

File Exchange

4 文件

排名
132,932
of 297,672

声誉
0

贡献数
13 个提问
1 个回答

回答接受率
61.54%

收到投票数
0

排名
13,752 of 20,464

声誉
19

平均
0.00

贡献数
4 文件

下载次数
5

ALL TIME 下载次数
196

排名

of 159,351

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • First Submission
  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How do you know how many inputs your lsim function has?
I know this seems like a dumb question because you should know by your system size, but I can't seem seem to get my lsim functio...

6 years 前 | 1 个回答 | 0

1

个回答

提问


What is Input for lsim?
When using the lsim function, the second variable to input is the "input" to the system. This seems very straightforward for a s...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Proper way to use exist function.
I am using the ode23 function to call another function. The problem is that I need to change the time value each time the functi...

6 years 前 | 2 个回答 | 0

2

个回答

提问


How to solve system of 2nd order differential equations using ode23 or ode45.
I'm trying to use ode23 or ode45 to solve a system of 2nd order differential equations that look like this: [M]*xdotdot+[K]*x=[...

6 years 前 | 0 个回答 | 0

0

个回答

提问


How to assign a vector to multiple values.
I have these lines of code: function f = trick(t,x,M,K) f = zeros(4,1); f(1) = x(2); f(2) = x(3); Minvneg = -inv(M); [f(3)...

6 years 前 | 0 个回答 | 0

0

个回答

提问


How to simulate using ode23 with multidimentional second order differential equations
!!!At the very bottom, there is a much simpler version of this question!!! I am trying to model a beam using FEM in Matlab. I u...

6 years 前 | 2 个回答 | 0

2

个回答

已回答
I have graduated and am in graduate school. My license needs to be renewed. How do I do that?
I guess I bought the perpetual one. However, I bought a new computer so I need to download MatLab on it. How do I go about doing...

6 years 前 | 0

| 已接受

提问


I have graduated and am in graduate school. My license needs to be renewed. How do I do that?
How do I renew my student license?

6 years 前 | 1 个回答 | 0

1

个回答

已提交


randloop
Creates a randomized loop around the origin.

7 years 前 | 1 次下载 |

0.0 / 5

提问


What does the Matlab student version have that the Matlab home version does not?
My MatLab student version will run out within the next year. I'm just wondering if I will have the same capabilities with the ho...

7 years 前 | 1 个回答 | 0

1

个回答

已提交


Chaos_game_Numberphile
Fractal editor, inspired by Numberphile

7 years 前 | 1 次下载 |

0.0 / 5

提问


Whats wrong with my code?
All I wanna do is plot a user input function. What's wrong with this? I'm new to function handles. So any extra tips would be gr...

8 years 前 | 1 个回答 | 0

1

个回答

已提交


Table Generator
This shows one of the most efficient ways to produce an function driven table.

8 years 前 | 2 次下载 |

0.0 / 5

提问


How do I make this 2 dimensional vector follow a formula
I want elements in a 2 dimensional vector two to follow a formula given its location (x,y) in the vector. For example, I want th...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Does anyone recommend a solid state hard drive that will enhance MatLab's speed.
I use my computer mainly for Matlab, CAD, and gaming. Does anyone have a recommendation for a SSD that will enhance these 3 uses...

8 years 前 | 1 个回答 | 0

1

个回答

提问


I've been using a for loop with with mod functions to sieve number from the Natural numbers. Is there a more efficient sieve technique than this.
My Code looks something like this P = primes(100000); N = 1999900000:1:2000000000; for i = 1:numel(P); N(mod(N...

8 years 前 | 1 个回答 | 0

1

个回答

已提交


Twins(n)
Gives a vector of twin primes up to "n"

8 years 前 | 1 次下载 |

0.0 / 5