Jose
2012년부터 활동
Followers: 0 Following: 0
Feeds
질문
Correct Sprintf use on legend
Hi, I'm plotting 3 things. I want to make a box legend inside the plot but cant find the right way to do it, I want the third le...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
Odesolver using a vector instead a function
Hi Be y(t) a function and y'(t) his derivate. I have two vectors, the first containing the values for time and the second ...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
Displaying a string using a variable inside a loop
HI, I want to ask user for some values. The prompt should be something like this: Which is the number 1?: Which is the ...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
Using "WHILE" to compare input value with positive integer
I want to make a better code. The user will be asked for a number, if the value is not a positive integer, the program should as...
13년 초과 전 | 답변 수: 2 | 0
2
답변질문
Get extra outputs from a function called via odesolver
Hello I'm modelling a system of differential algebraic equations, I make a file to use/call the ode solver on the model insid...
13년 초과 전 | 답변 수: 0 | 0
0
답변질문
Select variables for plot
Hello I have a vector and a matrix obtained from another function, but the structure is like the vector and matrix inside...
13년 초과 전 | 답변 수: 2 | 0
2
답변질문
Using 'if' to evaluate independent variable on DAE
Hello Be 't' the independent variable I can use if to evaluate 't' on ODE: function f=ODE(t,y) if t<10 a=10; else a=0;...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
Solving simultaneously algebraic and differential equations
Hello, I'm modelling a polymerization process and need to solve both kind of equations at the same time. I have created un...
13년 초과 전 | 답변 수: 1 | 0
