Community Profile

photo

Carlos Puente


Last seen: 5 months 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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...

6 months 前 | 1 个回答 | 0

1

个回答

提问


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(...

7 months 前 | 2 个回答 | 0

2

个回答

提问


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...

7 months 前 | 1 个回答 | 0

1

个回答

提问


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...

1 year 前 | 2 个回答 | 0

2

个回答

提问


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...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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....

1 year 前 | 1 个回答 | 0

1

个回答

提问


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 ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


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 =...

2 years 前 | 1 个回答 | 0

1

个回答

提问


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 =...

2 years 前 | 1 个回答 | 0

1

个回答

提问


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))

2 years 前 | 1 个回答 | 0

1

个回答

提问


Matlab has encountered an internal problem and needs to close.
-------------------------------------------------------------------------------- Segmentation violation detected at T...

2 years 前 | 0 个回答 | 0

0

个回答

提问


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 ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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...

3 years 前 | 1 个回答 | 0

1

个回答