Kevin Bachovchin
Carnegie Mellon University
Followers: 0 Following: 0
Estadística
44 Preguntas
6 Respuestas
CLASIFICACIÓN
7.645
of 295.448
REPUTACIÓN
5
CONTRIBUCIONES
44 Preguntas
6 Respuestas
ACEPTACIÓN DE RESPUESTAS
70.45%
VOTOS RECIBIDOS
4
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
Simulink block for determining output value based on a simple if statement regarding the input value?
Hello, Is there a Simulink block where I can determine the output value of a block based on a simple if statement regarding t...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Simulink block for determining output value based on a simple if statement regarding the input value?
Hello, Is there a Simulink block where I can determine the output value of a block based on a simple if statement regarding t...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
Simulink connection without drawing lines?
Hello, Is there a way to connect two nodes in a Simulink diagram without drawing the lines (such as using ports or something ...
casi 9 años hace | 3 respuestas | 1
3
respuestasPregunta
Simulink subsystem with electric circuits?
Hello, I know that it is possible in Simulink to have subsystems with some input and output where you have mathematical opera...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Simulink connection without drawing lines?
Hello, Is there a way to connect two nodes in a Simulink diagram without drawing the lines (such as using ports or something ...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Simulink subsystem with electric circuits?
Hello, I know that it is possible in Simulink to have subsystems with some input and output where you have mathematical opera...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to best load parameter values when using ode45 to simulate system of differential equations
Hello, I'm trying to simulate a large system of differential equations using ode45. I have a lot of parameter values (which a...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to best load parameter values when using ode45 to simulate system of differential equations
Hello, I'm trying to simulate a large system of differential equations using ode45? I have a lot of parameter values (which ...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Write both strings and binary data to a TCP/IP object?
Hello, Is it possible to write both strings and binary data to a TCP/IP object? I know you can write strings using fprintf a...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Write both strings and numbers to a file?
Hello, Is it possible using fprintf or another function to write both an array of strings and numerical values to a file? I ...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
How does ode45 choose the time step?
Hello, I know that ode45 uses a variable step Runge-Kutta procedure. I've read that ode45 chooses the time step in order to ...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Creating a hard link among properties of an object?
Hello, I have a class called Module that has 3 properties: InternalVariables, ExternalVariables, and AllVariables. InternalV...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Assign Values to Each Element of Symbolic Array
Hello, I have an array of symbolic values and I want to assign values to each symbolic variable in the array? For example ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Numerically Solving a System of Differential Equations in Parallel?
Hello, If I have a system of coupled differential equations: dx1dt = f1(x1,x2) dx2dt = f2(x1,x2) Is there a way ...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Numerically Solving a System of Differential Equations in Parallel?
Hello, If I have a system of coupled differential equations: dx1dt = f1(x1,x2) dx2dt = f2(x1,x2) Is there a way to s...
más de 10 años hace | 2 respuestas | 0
2
respuestasHow to ensure that dynamically create symbolically variables are real?
clear all index = {'1'}; List = {'A','B','C'}; A=sym(sym(strcat(List,index)),'real')
casi 11 años hace | 0
How to ensure that dynamically create symbolically variables are real?
clear all index = {'1'}; List = {'A','B','C'}; A=sym(sym(strcat(List,index)),'real')
casi 11 años hace | 0
| aceptada
Pregunta
Declaring a symbolic array real
Hello, Hello I'm trying to create a symbolic array and ensure that it is real. When I use the code: List = {'x','y'} ...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How to ensure that dynamically create symbolically variables are real?
Hello, I'm creating symbolic variables dynamically and I wanted to ensure that the symbolic variables are real. I have...
casi 11 años hace | 3 respuestas | 0
3
respuestasPregunta
How to ensure that dynamically create symbolically variables are real?
Hello, I'm creating symbolic variables dynamically and I wanted to ensure that the symbolic variables are real. I have the...
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
How to dynamically create symbolic variables?
Hello, I'm looking for a way to dynamically create symbolic variables. For example with the code, clear all inde...
casi 11 años hace | 3 respuestas | 0
3
respuestasPregunta
Very basic object oriented question
Hello, I'm trying to call a method of a class in order to calculate one of the properties of the class, but I'm getting an er...
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Why is MATLAB "solve" not finding a solution?
Hello, I have a system of equations: -id = 0 qd/(C*L) - (Vs - R*id)/L = 0 I'm trying to solve this system of equatio...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Specify Order of Solutions using MATLAB solve?
Hello, I'm trying to solve a system of equations using the MATLAB solve function with the following code: XCell = num2cel...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Compute Multi-Variable Limits using MATLAB
Hello, I know I can compute one variable limits using the "limit" function. Is there anyway I can compute multi-variable lim...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Best ODE solver when there is a parameter discontinuity
Hello, I have a system of differential equations where one of the parameters changes value abruptly at one point in time. Whi...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Best ODE solver when there is a parameter discontinuity
Hello, I have a system of differential equations where one of the parameters changes value abruptly at one point in time. Wh...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
How to always return a struct when using solve?
Hello, Using the "solve" command, as long as there is at least 2 equations to solve, MATLAB returns a struct with the fieldna...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
How do you declare a symbolic function of time as a real variable
Hello, I have several symbolic functions of time which I would like to declare as real. How can I do this? syms x1(t) x2(...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Symbolic Substitution Using a Struct
Hello, I have a Nx1 matrix of symbolic variables called XReplace. In a symbolic expression called MyExpression, I would like...
más de 11 años hace | 1 respuesta | 0