Rick
Followers: 0 Following: 0
Engineering Student learning MATLAB
Estadística
CLASIFICACIÓN
4.488
of 295.569
REPUTACIÓN
11
CONTRIBUCIONES
57 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
50.88%
VOTOS RECIBIDOS
10
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Linux installation error going through wizard
Hello, When I am installing matlab and going through the wizard, once I choose the installation file I end up getting this er...
casi 8 años hace | 0 respuestas | 0
0
respuestasPregunta
Displaying string with variables
Hello, I'm trying to make a function that tell me the coefficients x,y, and z for a given n,a,b,c,d CnHaObNcSd + xH2O ---> y...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
PID block with filter time constant
Hello, I am working on a homework problem Consider a first-order + dead time process with the following transfer function...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Transfer function display works in command window but not published file
Hello, I just ran my script file for my transfer function and it worked out just fine in the command window, now when I publi...
alrededor de 9 años hace | 1 respuesta | 1
1
respuestaPregunta
Changing fraction to decimal form
Hello, I am trying to change my fractions to numbers, but when I use the eval() function, it won't do it V = 50; % ...
alrededor de 9 años hace | 1 respuesta | 1
1
respuestaPregunta
Simulink PID controller apparently doing nothing
Here is my open loop system. <</matlabcentral/answers/uploaded_files/37589/FV%20step%20change%20response.PNG>> I run the m...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Initial condition of output with simulink
Hello, <</matlabcentral/answers/uploaded_files/37570/FV%20step%20change%20response.PNG>> I want to model this system as if...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Jacobian function and derivative that is a fraction
Hello, I'm trying to use the Jacobian function to find the matrices to linearize my two equations <</matlabcentral/answers...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Simulink transfer function with non-integer coefficient
Hello, If I want to choose a transfer function that is not a coefficient, how do I input this in the transfer block on simulin...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
ODE 45 with matrices
Hello, I am trying to solve a system of differential equations with ode 45. basically, my vectors should be x_dot = Ax + Bu ...
alrededor de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
LaTeX matrix when publishing
Hello, I'm trying to publish some latex, and for some reason it is not accepting my matrix. I have tested on another site an...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Formatting indentation when publishing a document
Hello, I want to indent some text to the right side when I publish a document, but it automatically goes to the left. How can...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Solving linear system of equations
Hello, I want to solve a system of linear equations, but there is a slight twist in the equation (i.e. not every one is writ...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
Nonlinear equation solver issue
Hello, I have an equation N = (DP/RT * ln(P/(P-P*)))/(L/A) + (l/a)) P,R,T,P*,(L+l), and A are known. L+l is always .05 ...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Multiple ODE's that are coupled
Hello, I attached a PDF of the coupled ODE's that I am trying to solve. I can make a function that runs, but I don't get the ...
alrededor de 10 años hace | 0 respuestas | 1
0
respuestasPregunta
Coupled ODE with ode45
Hello, I am trying to solve these two coupled differential equations, but I can't seem to get it to work. I always have difficul...
alrededor de 10 años hace | 3 respuestas | 0
3
respuestasPregunta
polyfit and R^2 value
Hello, Is there a way to show the R^2 value when fitting a curve to data with polyfit? I know if I have two outputs, I get a ...
alrededor de 10 años hace | 3 respuestas | 0
3
respuestasPregunta
Finding slope and y intercept
Hello, I was wondering if there is an easy way to find the slope and intercept of a line using MATLAB, like how it is so easy wi...
alrededor de 10 años hace | 3 respuestas | 0
3
respuestasPregunta
Two ordinate axes on a single plot
Hello, I'm trying to reduplicate this plot on MATLAB. I see that the scale of the two different y-axes needs to be very diffe...
alrededor de 10 años hace | 3 respuestas | 0
3
respuestasPregunta
ode45 with boundary conditions
Hello, If I have boundary conditions such as at x = 0, the temperature is T1, and at x = L, temperature is T2, how do I incor...
alrededor de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Scaling axes on plot
Hello, I am trying to make plots that are the same as the two plots at the bottom of this page http://www.umich.edu/~element...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Numerical integration trapz for certain interval
Hello, I have some data rA = [-0.2 -0.0167 -0.00488 -0.00286 -0.00204]; X = [0 0.1 0.4 0.7 0.9]; and I made a plot...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Equation of nonlinear data
Hello, If I have data rA = [-0.2 -0.0167 -0.00488 -0.00286 -0.00204]; X = [0 0.1 0.4 0.7 0.9]; and I plot ...
alrededor de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
ODE45 problem with concentration of CO
Smog begins to build up again immediately after a Santa Ana wind passes through the basin. The volumetric flow rate through the ...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Area under curve (no function)
Hello, If I have a set of data such as X = [0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.85]; rA = [-.0053, -.0052, ...
alrededor de 10 años hace | 2 respuestas | 5
2
respuestasPregunta
ODE45 what to put into the function argument
Hello, In a file a have an attachment to a problem of modeling a pendulum. It has a format in the code that I have to follow ex...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Entering values into a function handle output
Hello, I have a function, and I can calculate P from the command window, but when I use this function, my output yh has P(1), P(...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Binary to decimal using recursion
Hello, I'm trying to figure out how to write a function that will convert binary to decimal using recursion. BA is a 1 x n array...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Recursive binary to decimal function
Hello, I'm trying to write a function that will convert binary to decimal using recursion, but I am having difficulty getting th...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Binary search tree fill in
Binary search trees In these problems you will set up a binary search tree and write some associated functions that make the...
más de 10 años hace | 0 respuestas | 1