Jose
2012 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
8 質問
0 回答
ランク
of 171,238
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
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...
14年弱 前 | 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...
14年弱 前 | 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;...
14年弱 前 | 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...
14年弱 前 | 1 件の回答 | 0
