
Carlos Puente
Statistiques
13 Questions
0 MATLAB Answers
RANG
80 731
of 284 574
RÉPUTATION
0
CONTRIBUTIONS
13 Questions
0 MATLAB Answers
ACCEPTATION DE VOS RÉPONSES
30.77%
VOTES REÇUS
0
RANG
of 19 216
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 137 321
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
Content Feed
Question
I want to perform inverse Laplace transform but my code does not seem to work
I am trying to perform inverse Laplace transform the following way, but I am getting an answer that is not satisfying. syms s K...
environ un mois il y a | 1 réponse | 0
1
réponseQuestion
I need to put this block diagram in MATLAB (not in Simulink) and I do not know how to do it
This is the diagram And this is what I've got so far in code: s = tf('s'); s1 = tf(1, [1 4]); s2 = tf(1, 1); s3 = tf(...
environ 2 mois il y a | 2 réponses | 0
2
réponsesQuestion
I don't know how to introduce the block (s+6) in simulink
I have the following block diagram I want to enter into Simulink, but I am having trouble as I do not know a way to enter the (s...
environ 2 mois il y a | 1 réponse | 0
1
réponseQuestion
How to identify the repeated elements in an array and delete those rows?
I have a matrix array like this: 1 100 2 200 3 200 4 200 5 500 And I want to identify the repeated...
8 mois il y a | 2 réponses | 0
2
réponsesQuestion
I want to use fprintf to make a table of results
I am using fprintf to make a table of results. I want two separate vectors to be printed in two separated columns (standard in o...
9 mois il y a | 1 réponse | 0
1
réponseQuestion
How would you write this equation in Matlab?
This is a Heat Transfer Equation, but I'm not sure how to make it work in Matlab. I need to obtain at least 8 values from theta....
9 mois il y a | 1 réponse | 0
1
réponseQuestion
How do I make Matlab not show large values in scientific notation?
When I put too large values as inputs, I get this 1.0e+03 * at the beggining of the results. I know it means each value should ...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
I need to loop this operation and store them in a matrix
function stainless_steel(~,~,~) clear,clc T_i = [0 0 12.5 25 37.5 50 0]; k = 0.0162; cp = 0.5; rho = 8000; dt = 3; dx =...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How to I do sum my result value to a new result value, progressively? In a for loop
function c_595(~,~,~,~,~,~,~,~) clear,clc rho = 4000; c = 500; k = 10; L = 20; T1 = 0; T2 = 100; q_gen = 2*10^7; dt =...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Why do I get giant values when I plug in very small decimal values in symbolic algebra?
syms v eqn = ((40-20)/(25-20)) == ((0.0010057-0.0009996)/(v-0.0009996))
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Matlab has encountered an internal problem and needs to close.
-------------------------------------------------------------------------------- Segmentation violation detected at T...
plus de 2 ans il y a | 1 réponse | 0
0
réponseQuestion
Como hacer que una función trigonométrica haga una gráfica en curva y no líneas rectas
% Diferencias Finitas Parte 2 % Ecuaciones diferenciales % Ejercicio 2 % Literal b) clc clear % Definir variables h ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
I put an if loop inside a function and it doesn't work. It doesn't work with any loop or anything I try to add like a sub-function.
The second function in this script, d_a_const = dist_cons(v_0, v_f, t, a), doesn't work with the if loop inside it. I don't kn...
plus de 2 ans il y a | 1 réponse | 0