Statistiques
RANG
6 387
of 300 756
RÉPUTATION
7
CONTRIBUTIONS
44 Questions
6 Réponses
ACCEPTATION DE VOS RÉPONSES
70.45%
VOTES REÇUS
4
RANG
of 21 077
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 170 890
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 10 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
presque 10 ans il y a | 3 réponses | 1
3
réponsesQuestion
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...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
plus de 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesHow to ensure that dynamically create symbolically variables are real?
clear all index = {'1'}; List = {'A','B','C'}; A=sym(sym(strcat(List,index)),'real')
presque 12 ans il y a | 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')
presque 12 ans il y a | 0
| A accepté
Question
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'} ...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 12 ans il y a | 3 réponses | 0
3
réponsesQuestion
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...
presque 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 12 ans il y a | 3 réponses | 0
3
réponsesQuestion
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...
presque 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 12 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 12 ans il y a | 1 réponse | 0
0
réponseQuestion
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(...
plus de 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 12 ans il y a | 1 réponse | 0

