photo

Ashton Linney


Last seen: 거의 6년 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

14 질문
0 답변

순위
169,630
of 301,200

평판
0

참여
14 질문
0 답변

답변 채택
85.71%

획득한 표
0

순위
 of 21,190

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,339

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • First Review

배지 보기

Feeds

보기 기준

질문


Sum of numeric field boxes must equal 100 before user can press a plot button.
I have four numeric field boxes on app designer where the user inputs a value between and including 0 and 100 for each box. Once...

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

1

답변

질문


Multiply nth elements of an array by an element of a different array?
I have the following code. I would like it to work such that if the first element of Ox is greater than zero, which in this cas...

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

1

답변

질문


Combine arrays dependent on conditions?
I have the following code where depending on the user input, a 1 by 4 matrix will be generated called Ox, with values ranging fr...

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

1

답변

질문


Code for filtering through elements of an array depending on criteria?
I have 256 different combinations which are all the possible resulting combinations of four modes: Mode1, Mode2, Mode3 and Mode4...

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

1

답변

질문


Defining an array dependant on multiple user inputs
For this example, I have 2 independant modes, where each mode can be in state A, B, C or D, giving 16 possible combinations in t...

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

1

답변

질문


How do I resolve 'Conversion to cell from double is not possible'?
I have this code creating a 1x3 cell array of 4x16 matrices. Then If a check box is ticked, the corresponding 4x16 zeros matrice...

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

1

답변

질문


Automatically create variations of the same variable?
I have this code. At the moment there are only three check boxes giving the option for Type 1, 2 and 3. Multiple can be selected...

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

1

답변

질문


Generate multiple matrices based on multiple inputs
I have this code that asks the user to input which type they would like to select out of 1 2 and 3. They can input multiple. It...

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

1

답변

질문


Undefined variable when running appdesigner code
I have some code that works in normal matlab: if app.Maint_Select.Value == "Seal Coat" mat = xlsread('Maint.xlsx','B3:Q6')...

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

1

답변

질문


Store matrices under different variable names within a loop?
I have a 4 by 16 matrix, say mat, and it can be random for this example. I would like to convert it into four seperate 4 by 4 ma...

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

1

답변

질문


How to sum specific elements in a row of a matrix
I have a 256 by 256 matrix, lets say it is called m. I would like to sum specific elements from a specific row in that matrix. ...

거의 6년 전 | 답변 수: 2 | 0

2

답변

질문


How to efficiently plot functions?
I have 12 curves I need to plot on a single graph. This is the current script I have where I have manually asked it to plot each...

거의 6년 전 | 답변 수: 2 | 0

2

답변

질문


Use of kron with more than two matricies
I have four 4x4 matricies called: ox, ru, cr, po. I have been successful in using the Kronecker tensor product for two of the m...

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

1

답변

질문


Using ode45 to solve odes from a matrix
This is the code I currently have. It works however I have had to manually input the four odes. (Line 8) My question is, what c...

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

1

답변