Roger Vegeta
Followers: 0 Following: 0
MATLAB
Spoken Languages:
English, Spanish
Pronouns:
He/him
Estadística
17 Preguntas
0 Respuestas
CLASIFICACIÓN
268.326
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
17 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
52.94%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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
Why does the heatmap chart color some numeric values differently?
I want to understand why the heatmap chart color tabulated numbers differently. Does the white values represent high values? If ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How do you sum concatenated variables in a system of ODES with a For Loop?
N = 3 % custom MATLAB function containing ODES function dCdt = model(t,C,N) % Inner Parameters A = 3; B = 2; ...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How can you save an animated-line as a GIF file?
How can I save the animation as a gif file for the following script? (Omitting the PDSD function) %initial concentrations cle...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Can I use the PDEPE solver to solve the following dimensionless Transient PFR PDE? If not, what method do you reconmend?
How do I expresss the last term of the PDE in the code?
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to get a transfer function for a dynamic model that is only a function of time?
Thank you for your time! If you have a nonlinear dynamic model like this where y is the output and u is the input. You can...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to run Raspberry Pi commands on Matlab without using openShell
Hello everyone! I will appracite if you could help me with this issue. How could I run Raspberry Pi commands on Matlab and sto...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Reading data on Matlab from serial device connected to raspberry pi
Hello everyone! I will appreciate your help! I am trying to read data on MatLab from a serial device that is connected to rasp...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
How could I use ode45 to solve a system of three differential eqns in which one differnatial equation has a diferent time span?
For example: 1#: dx/dt = x+y+z tspan = [0 tf] 2#: dy/dt = x+y+z tspan = [0 tf] 3#: dz/dt = x+y+z tspan = [t1 tf]
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Iteration code help.
Hello everyone, I appreciate your help. I am trying to write a code that performs iterations. I have a initial guess L=1, a fun...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
How could I make a program where an excel file is a input?
I mean you have to tell the program just the name of the excel file. I know this doesn't work, but it can help you to understan...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How could I display the resulting equation in the plot after the inputs are entered?
The function T(t) is a function of t.I just want the resulting equation in terms of t (after the inputs are entered). The progra...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How could I just show the region bounded be these two graphs? Thanks I appreciate it.
I made a program that calculates the volume of the region D bonded by the followings two curves: y = a + bx^2 + cz^2 y = dx^2...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
How to make a program that calculates this integration? Thanks I appreciate.
I do not know how to make a symbolic integration for the two first integrals upon writing a program. <</matlabcentral/answers...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
How can I plot the input function in this example? (I already got the graph of the output function)
<</matlabcentral/answers/uploaded_files/56838/Capture.JPG>> How could I plot the input function as well for the same range o...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How could I display my input function and its indefinite first integral (their graphs as outputs) ?
<</matlabcentral/answers/uploaded_files/56829/Capture.JPG>> Tanking in consideration that I want the range for x from -100 to...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Could I use a function of x as input like this ( fun = input(' Function of x = ');) and then when I run the program insert a function of x ?
Could you give me an example when the input is a function of x rather than a numerical term?
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Help with suppressing the display of 'ans' !
I don't want the output 'ans'. How could I fix it so that it doesn't display 'ans = 1.6929e+04'. I just want the temperatures,...
más de 8 años hace | 2 respuestas | 0