photo

Matthew


University of Akron

2014년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: Mechanical Engineering

통계

MATLAB Answers

23 질문
5 답변

순위
35,163
of 300,302

평판
1

참여
23 질문
5 답변

답변 채택
69.57%

획득한 표
1

순위
 of 20,911

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,040

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How To Remove Repeating Pattern From Vector
Suppose I have a vector that looks like this: x=[1;1;1;1;2;2;2;2;3;3;3;3;4;4;4;4;5;5;5;5;6;6;6;6;7;7;7;7;8;8;8;8;9;9;9;9] You ...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


MaxHeadSize Inoperable in R2017a for Quiver3
I'm trying to change the arrow head size for a quiver3 plot. I'm using R2017a. 'MaxHeadSize' doesn't seem to change it though....

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How Are Calculations Done for Variable That's Inclusive of Itself?
Consider the following simple scenario: x=x+1 In terms of computational efficiency and speed, I'm curious how this calcu...

거의 8년 전 | 답변 수: 2 | 0

2

답변

질문


Parallel Computing Hardware Setting
I wrote a script that takes hours to run. I opened the Task Manager and noticed it appears to be using all the CPUs. By defaul...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


Indexing Vector of Variables
I have a column vector of numbers (we'll call it A for example). Is there a slick way to go through A and create another column...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


Plot File Naming Prohibits Periods?
In order to save my plot, I have this excerpt of code at the end of my script. Why does this not work? From my debugging, it s...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


How To Write Long Plot Handle
My code has the plot handle shown below that is used with 'plot3.' Seventeen different data sets (i.e., n=17) are being plotted...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Change Array Name In Each Loop
I'm writing a For loop and want to create an array each loop, with the name changed according to the loop counter; e.g., Coll1, ...

대략 8년 전 | 답변 수: 2 | 0

2

답변

질문


Creating Coordinate Point List of Sphere's Surface Areas (Geodesic Grid)
Imagine a geodesic grid of a sphere. The sphere's surface is evenly discretized into many equal-area surfaces. Suppose I wante...

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


Create Array Within Array
I need to create an array. Within that array, each cell of the array is a numerical array unto itself (i.e., child arrays withi...

대략 8년 전 | 답변 수: 1 | 0

1

답변

답변 있음
ode45 to Solve System of ODEs
Anybody else have some input on how to construct this scenario? There were some aspects to James' answer that weren't clear to ...

대략 8년 전 | 0

질문


ode45 to Solve System of ODEs
Please see the two equations in the attachment. When Eqn 1 is integrated, it will report velocity. Similarly, when Eqn 2 is in...

대략 8년 전 | 답변 수: 2 | 0

2

답변

질문


Adding Second Line to Text Box in Plot
Hi folks. I have another formatting question. I want to place a text box in a 3D plot. I have the following code where I calc...

대략 8년 전 | 답변 수: 1 | 1

1

답변

질문


Input String Variable to SaveAs Command
I'm trying to write the SaveAs command to save a plot. Upstream of the command, I'm trying to create a string parameter that's ...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Formating String Parameter Left of Decimal
In the following code, I want to create the str variable to read: Radius=100E-6 meter However, I keep getting: Radius=1.00E...

대략 8년 전 | 답변 수: 2 | 0

2

답변

질문


How To Write ODE45 Function File?
I have the following code in a script file. tspan = [0 12]; v0 = 0; [t,v] = ode45(@(t,v) 9.81-(0.25/68.1)*v^2, tspan,...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Variable Usage in Function File
Unfortunately, I still am not very knowledgeable about using "function" commands in Matlab. As such, I have two questions. 1...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


fsolve Doesn't Recognize Input Variables
I'm new to the fsolve command and learning how it works. Following examples from Help, I wrote the following in the child file:...

8년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
Not Getting Both Roots to Nonlinear Equation
I guess I'm a little amazed that Matlab struggled with this equation, but my TI-89 calculator didn't hesitate at all. Maybe Tex...

8년 초과 전 | 0

질문


Not Getting Both Roots to Nonlinear Equation
Can anyone tell me why the following script doesn't give me both answers to the nonlinear equation? The "solve" command only re...

8년 초과 전 | 답변 수: 3 | 0

3

답변

질문


Comparing Values in 3D Matrix
I am doing a convergence study, which means I will loop through some numerics and compare the results of t and t-1, until an acc...

9년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Solving Blasius Equation Using Integral Method
Star Strider, Thanks for the input. I was afraid the question was aiming for a narrow niche of users. My hopes to find that...

거의 10년 전 | 0

질문


Solving Blasius Equation Using Integral Method
Anyone familiar with the Blasius Equation for boundary layer thickness? I have rewritten it as an ODE through the substitution ...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


How to Change from Frequency Domain to Time Domain with IFFT & FFT
I have the following data. Note the odd number of data points since I'm not sure if this affects the script or not. It is acce...

10년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
How to Form Continuous Curve Plot
Star Strider, Perfect! Got it! Thanks! M Ridzon

10년 초과 전 | 0

질문


How to Form Continuous Curve Plot
I have the following code. At the end, I issue the plot command. The resulting figure shows hundreds of discrete points along ...

10년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
Results are Fractional and Imaginary
I found my answer to #2. The nthroot command forces the software to retrieve the value of the real root, instead of the imagina...

거의 11년 전 | 0

질문


Results are Fractional and Imaginary
Two part question...I have the following simple code. 1) When y=f(-2) is calculated and shown in the Command Window, it's sho...

거의 11년 전 | 답변 수: 3 | 0

3

답변