Community Profile

photo

Matthew Sisson


Quartus Engineering Incorporated

Last seen: 22일 전 2017년부터 활동

B.S. Mechanical Engineering, M.S. Aerospace Engineering

Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
He/him

통계

All
  • Solver
  • First Review
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1
  • Scavenger Finisher

배지 보기

Content Feed

보기 기준

답변 있음
Plotting London, UK on a map
You can try using the Mapping Toolbox if you have access. Here is a similar example: https://www.mathworks.com/help/map/add-lab...

대략 1개월 전 | 0

답변 있음
stuck in a small issue related to implementation of an aircraft trim condition code with cost function: error is "TOO MANY INPUT ARGUMENTS"
Your error might be related to user input on the following line. name = input('Name of Cost function file? : ','s'); I assume ...

2개월 전 | 0

답변 있음
Mod or Modulus operator in MATLAB
I think you are looking for the absolute value function: https://www.mathworks.com/help/matlab/ref/abs.html

2개월 전 | 1

문제를 풀었습니다


Temperature Conversion 1

2개월 전

답변 있음
How to compare two logical arrays
One option is to continue using cellfun for this, as follows: fun_stf = cellfun(@(x,y) ~x & ~y,fun_stf_p,fun_stf_s) Another op...

거의 5년 전 | 0

| 수락됨

질문


App Designer, "Conversion to double from struct is not possible." when using importdata()
This error occurs at the following line in my script: app.M(t) = importdata(filepathtrades{t,1}); For context, this is i...

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

1

답변