Feeds
提问
How can I get MATLAB to plot this function? y = (P/x)*sin(x)+cos(x) where P = 3pi/2
I have this code and it will not plot because the matrix dimensions don't agree. P = (3*pi)/2 ; x = linspace(0,2*pi...
8 years 前 | 2 个回答 | 0
2
个回答提问
Hi, I need help with this problem that I need to use MATLAB for, I can't figure it out what the script should be.
A continuous, stirred tank reactor is initially full of water with the inlet and exit volumetric flow rates of water having the ...
8 years 前 | 0 个回答 | 0
0
个回答提问
How to use ode45 for part b?
Your colleague developed a dynamic model (see below) based on the following assumptions: (i) Perfect mixing that the exit tempe...
8 years 前 | 0 个回答 | 0
0
个回答提问
How can I create a matlab code that can automate a reaction mechanism file into a system of ODE's?
I've been trying for a while trying to create a code that has the ability to automate and generate a system of ODE's from a reac...
9 years 前 | 0 个回答 | 0
0
个回答提问
How can I create a system of Ordinary Differential Equations based on the code I have?
I have a 2 by 14 cell labeled C in my work space that contains certain chemical species with their concentrations listed in the ...
9 years 前 | 1 个回答 | 0
1
个回答提问
How can I assign numeric values to strings in an array?
I need to assign specific values to some of these chemical species in an array. I need to set RH equal to 100, OH = 100, and NO ...
9 years 前 | 2 个回答 | 0
2
个回答提问
How do I remove the numbers from a cell that contains both numbers and strings?
I need to remove the numbers from this cell array as well as the + sign and = sign. But I want to keep the species names. So the...
9 years 前 | 1 个回答 | 0
