Community Profile

photo

Zach


2011 年からアクティブ

Followers: 0   Following: 0

連絡

統計

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


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

約10年 前 | 0 件の回答 | 0

0

回答

質問


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

12年以上 前 | 1 件の回答 | 0

1

回答

質問


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

12年以上 前 | 2 件の回答 | 0

2

回答

質問


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

12年以上 前 | 4 件の回答 | 1

4

回答

質問


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

12年以上 前 | 2 件の回答 | 0

2

回答

質問


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

12年以上 前 | 1 件の回答 | 0

1

回答

質問


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

13年弱 前 | 1 件の回答 | 0

1

回答

質問


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

13年弱 前 | 1 件の回答 | 0

1

回答

質問


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

13年弱 前 | 1 件の回答 | 0

1

回答

質問


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

13年弱 前 | 1 件の回答 | 0

1

回答

回答済み
vector composition
nevermind, got it figure out! g=[u v w];

13年弱 前 | 0

| 採用済み

質問


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

13年弱 前 | 1 件の回答 | 0

1

回答

質問


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

13年弱 前 | 1 件の回答 | 0

1

回答

質問


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=___ % ...

13年弱 前 | 3 件の回答 | 0

3

回答

質問


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

13年弱 前 | 2 件の回答 | 0

2

回答

質問


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

13年弱 前 | 1 件の回答 | 0

1

回答

質問


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

13年弱 前 | 1 件の回答 | 0

1

回答

質問


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

13年弱 前 | 2 件の回答 | 1

2

回答

質問


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

13年弱 前 | 1 件の回答 | 0

1

回答

質問


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

13年弱 前 | 2 件の回答 | 2

2

回答