photo

Jesse Crotts


Last seen: quasi 5 anni fa Attivo dal 2016

Followers: 0   Following: 0

Messaggio

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

Statistica

All
MATLAB Answers

13 Domande
1 Risposta

File Exchange

4 File

RANK
225.257
of 300.364

REPUTAZIONE
0

CONTRIBUTI
13 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
61.54%

VOTI RICEVUTI
0

RANK
13.876 of 20.934

REPUTAZIONE
19

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
4 File

DOWNLOAD
6

ALL TIME DOWNLOAD
199

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Review
  • First Submission
  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 7 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 7 anni fa | 2 risposte | 0

2

risposte

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

oltre 7 anni fa | 0

| accettato

Domanda


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?

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 9 anni fa | 1 risposta | 0

1

risposta