photo

Zach


Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Streamslice on a manifold
Is it possible to draw a 2-dimensional *streamslice* on a manifold. I have my state space being a cylinder, and was wondering if...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Solving time shifted differential equations
In my efforts to model traffic flow something that is interesting to consider is reaction time. I was looking at trying to model...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Solving Matrix differential equations
I'm looking to solve a system of the type dxdt=A*x where dxdt and x are 1xn vectors and A is an nxn matrix. I know I can use som...

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to similuate a coin flip with probablility p
How do I simulate getting a result, either 0 or 1, with probability p. So if p=0.5 I should get an output of 0 half of the time,...

mehr als 12 Jahre vor | 4 Antworten | 1

4

Antworten

Frage


Deleting a row or column of a matrix
I have a Matrix but I only need the first 20 columns of the matrix. I was wondering if there was a way to delete the rest of the...

fast 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Controllability Gramian
I have a system of the form xdot= Ax + Bu. I have my A and B matrix defined. But I'm having a bit of trouble using the controlla...

fast 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Ordering the closest points to a certain point
I have a randomly generated set of k points on a graph. I'm trying to order each points distance in reference to the other. Each...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I get MATLAB to do overlapping plots, ie. not erase the old plot when adding to it?
I'm creating a GUI that gets a 'robot' to map out an area, so I need the robot to draw a circle at every different time step to ...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Static Text GUI
Is there any way to put more than just regular text in a static text box, such as subscripts, superscripts or texts like x ̇ <==...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


GUI text box - Replacing a word entered in the text box.
I have a textbox in my GUI right now and I want the students to input something of the for "10*x(n)" , but for the code to work ...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
vector composition
nevermind, got it figure out! g=[u v w];

etwa 13 Jahre vor | 0

| akzeptiert

Frage


vector composition
If I have several vectors such as u=[x1 x2], v=[x3 x4], w=[x5 x6] is there anyway I can combine them to get g=[x1 x2 x3 x4 x5 x6...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Multiple initial conditions differential equations
Is there a way to solve multiple initial conditions in the same ode solver?

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Creating an ordered list of vectors
I'm looking to create a list of vectors arbitrary in length. I was looking for something along the lines of: iterations=___ % ...

etwa 13 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


GUI Text box
In my GUI I have a text box where the input looks like x(n)=5*rand(1,1)+x(n); , In my m-file code I get the written statement fr...

etwa 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


matrix plotting
If I have a matrix x=[1 2 3 4] and a vector y=[1 4 9 16] and make the matrix z=[x; y] what is the equivalent matrix plot of z to...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Vector dependance
If I have two vectors x and y, and then create a matrix z=[x;y], is there any way that changes made to z affect the changes to x...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


GUI Creation
Hey I'm creating a GUI for a new engineering course. The GUI is for a project that gets agents to go around in a circle. Ultimat...

etwa 13 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


School Project
Hi I'm doing a school project who's end goal is to take randomly placed 'agents' and eventually get them to follow each other in...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Telling MATLAB to wait
I'm doing a project and when I run my code, instead of MATLAB plotting the results after every time-step, it's only plotting the...

etwa 13 Jahre vor | 2 Antworten | 2

2

Antworten