Community Profile

photo

Edward Tomanek


University of Glasgow

Last seen: 3개월 전 2018년부터 활동

Followers: 0   Following: 0

Aeronautical Engineering MEng student, class of 2023

통계

  • Thankful Level 2
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


Is it worth recoding simpler versions of built-in MATLAB functions to speed up performance?
Using ADiGator, a package for the automatic differentiation of MATLAB functions, I stumbled across the issue that the package do...

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

1

답변

답변 있음
Simpson method on f(x)
Hi, My unerstanding is that you want to be able to change the function f at successive iterations of the program, taking a user...

거의 2년 전 | 0

답변 있음
Taking error message in matlab
Hi, In the line: MSS = ss(A_lat,B_lat,C_lat,D_lat) You are using the state-space model, documentation found here https://uk.m...

거의 2년 전 | 0

답변 있음
how can i revert to the previous version of a script
Hello Marco, Unfortunately, it is likely that you won't be able to retrieve your old code. If you have files with the extension...

거의 2년 전 | 0

| 수락됨

답변 있음
reading the numbers resulting from the loop
Hi Berfin, The short answer is yes, you understood it right. You just multiply each number in that vector by 10^4. When MATLAB...

거의 2년 전 | 0

질문


What is better for differential equations - MATLAB or Simulink?
Both the MATLAB environment itself, and the Simulink environment have very good ways of obtaining numerical solutions to differe...

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

1

답변

질문


How do I let a user choose what variable they want to assign a value to?
I am making a program where I would like it to display a list of variable names (already created inside the program) and then le...

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

2

답변