統計
All
Feeds
質問
ODE45 not working
Hey, im trying to solve a kinetic equation in function of the concentration and distance. No matter the distance I place in tx...
5年以上 前 | 1 件の回答 | 0
1
回答質問
My variable are not being recognized or are stuck inside of the loop
Hi all! Im running a kinetic reaction, where i want in the code to ask for the input variable, such as, reactor lenght, initial...
5年以上 前 | 1 件の回答 | 0
1
回答回答済み
Fitting parameters in ODE for a kinetic reaction
Thanks a lot Star Strider! you were a great help, eternally gratefull Best Regards H
Fitting parameters in ODE for a kinetic reaction
Thanks a lot Star Strider! you were a great help, eternally gratefull Best Regards H
5年以上 前 | 0
質問
Fitting parameters in ODE for a kinetic reaction
Hello. Ok, so I'm new to matlab and I've a question regarding parameter estimation for a kinetic model, for a plug flow reactor ...
5年以上 前 | 2 件の回答 | 0
2
回答解決済み
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
6年以上 前
解決済み
Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...
6年以上 前
解決済み
Magic is simple (for beginners)
Determine for a magic square of order n, the magic sum m. For example m=15 for a magic square of order 3.
6年以上 前
解決済み
Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.
6年以上 前
解決済み
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
6年以上 前
解決済み
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
約7年 前
解決済み
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
約7年 前
解決済み
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
約7年 前


