Community Profile

photo

cmcelm


Last seen: 대략 3년 전 2017년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Numerically solve differential equation
I have a second-order differential equation of three variables, R, , and . I don't know how I can solve this numerically for i...

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

1

답변

질문


integral function gives error
R = 8.3145; rxnH1500 = deltaHrxn + integral(deltaCpfxn, 298, 1500) KaIntegralFunc = @(T) rxnH1500/(R*(T^2)) integral(KaIntegr...

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

1

답변

질문


vpasolve won't solve function
Hi, Trying to do a simple thing and vpasolve a function. A1 = 817.08; A2 = 1051.38; A3 = 1267.56; A4 = 1183.44; B1 = 4.402...

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

1

답변

질문


Need to find the local maxima and minima of a cubic function, then write an iterating function.
Hi all, I have a defined function P(V) = @(V) that takes the cubic form. From 0 to the local maximum the function has three re...

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

1

답변

질문


Why does this for loop fail?
I'm trying to create a for loop that will assign a solved element of a function to a blank vector for every value of a given vec...

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

1

답변

질문


Solving a two-variable function for a given range of one variable
Hi all, I have a problem where I have a function P(V, T) of two variables. I would like to solve the function for a constant P...

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

0

답변

질문


How do I make this mask statement more concise?
I have a problem where I need to remove all numerical characters from a string. I currently have it like this: message = me...

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

2

답변