photo

julian navas


Last seen: 거의 4년 전 2017년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
Problem with using `reshape` to reorder the matrix.
I think I don't get 100% your question but from the shape of 'output' see if this is what you need a(:,[2,3])=a(:,[3,2]) resha...

대략 4년 전 | 0

답변 있음
how to compare the elements of a matrix and fill another matrix with the elements of a vector
Since your t matrix is full of 0 and 1 you can take advantage of that and just do this a = [0.9 0.8 0.7 0.6 0.5]; b = [0.1 0.2...

대략 4년 전 | 0

| 수락됨

질문


Well-identified fitted process model does not behave like data on simulink
Hello, and thanks for taking your time to read my question. I have a set of experiments that I am trying to identify using the ...

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

1

답변

답변 있음
Appending column vectors produced from a for loop
There are several ways to accomplish what you're saying, unfortunately the question does not provide enough information to delim...

대략 4년 전 | 0

| 수락됨

질문


Global variable not seen by function: the function creates a new empty variable
Hi everyone. I have an script that defines a global variable and a function defining a system of ODEs, for example Script: ...

대략 7년 전 | 답변 수: 2 | 1

2

답변