Community Profile

photo

Allison Bushman


自 2018 起处于活动状态

统计数据

  • Thankful Level 3

查看徽章

Content Feed

排序方式:

提问


Integration and Trajectory of Dubin's Car Model
T=30;%time dt=.1; %step size N=T/dt; %number of steps deltheta=0; %steering input delT=0.5; %throttle input z=zeros(4,N);...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Fiber Recruitment Model Solve & Plot
Every 0.1mm, a new fiber with a stiffness 20 N/mm is recruited starting from x=0. The net force is given by the following equati...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Return if No Solution
I am asked to solve the equation: Ax = B for two randomly generated matrices. Furthermore, I am instructed that the script shoul...

4 years 前 | 2 个回答 | 0

2

个回答

提问


How do I return something only if all steps of an conditional statement is true?
I am attempting to generate a random 4x4 matrix and if all the real parts of the eigenvalues are negative, then compute the inve...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Integrate for a specific period of time
Please help me. I am trying to use Euler integration to integrate for 10 seconds with a step size of .01 seconds. Plot x versus...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Create a Matrix with Specific Pattern for Changing Values
How can I create a matrix such as this one where the change in value is some dx and each column varies differently? [-3*pi/4 -3...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Create This Matrix to N-Value
I am trying to create a matrix that looks like this without having to type out each value. How can I create a matrix like this o...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Hold Position Once Condition Is Met
I am moving points within a for loop. However, once a point reaches a specific position, I would like it to hold that position. ...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Display Value in Text Box
I am trying to display the value of a in a text box. a=trapz(cP6-cP7); str='Area Swept: %d'; annotation('textbo...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Calculate the Area Between Two Curves
I am trying to calculate the area between these two curves: cP6(k,:)=P6; cP7(k,:)=P7; plot(cP6(:,1),cP6(:,2),'LineWidth',2,...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Creating Curve from Moving Point
I want to create curves based on moving points P6 and P7. Here is what I have so far. Can someone please tell me how I can creat...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Area Swept by Vector
I am looking to calculate the area swept by h{13}. That would be the area between h{14} and h{15}. How do I do this? hold on ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Reading Specific Data Into MATLAB from an Excel File
I need to read data from the attached file into my program in MATLAB. How do I do this? I only need the columns listed below: i...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How do I hold the second to last image of the simulation?
hold on axis equal axis off b = 0:pi/40:pi/4; c = 0:pi/20:pi/2; P4vct=nan(numel(b),2); for k = 1:numel(b) P1=...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to Plot the Trajectory of a Point
I am trying to plot the trajectory of P4 as it travels in the animation. hold on axis equal axis off b = 0:pi/60:pi/6; ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How do I create a for loop that can use multiple changing variables?
I am trying to create a for loop in which multiple circles move at the same time; however, each circle has a specific angle that...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How can I get multiple for loops to run at the same time?
%Points P1=[-15,0]; P2=[-5,0]; plot([P1(1) P2(1)],[P1(2) P2(2)],'LineWidth',5,'Color','black'); A=[0,0]; circle=viscircle...

5 years 前 | 1 个回答 | 0

1

个回答