photo

Edward Tomanek


University of Glasgow

Last seen: 1 year ago Active since 2018

Followers: 0   Following: 0

Aeronautical Engineering MEng student, class of 2023

Statistics

MATLAB Answers

3 Questions
4 Answers

RANK
11,149
of 297,457

REPUTATION
4

CONTRIBUTIONS
3 Questions
4 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Question


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

2 years ago | 1 answer | 0

1

answer

Answered
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 years ago | 0

Answered
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 years ago | 0

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

3 years ago | 0

| accepted

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

3 years ago | 0

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 2 answers | 0

2

answers