Community Profile

photo

Matthew Sisson


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

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

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

통계

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

배지 보기

Content Feed

보기 기준

답변 있음
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...

4년 초과 전 | 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...

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

1

답변