photo

Carlos Puente


Last seen: quasi 2 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

MATLAB Answers

13 Domande
0 Risposte

RANK
92.403
of 300.381

REPUTAZIONE
0

CONTRIBUTI
13 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
30.77%

VOTI RICEVUTI
0

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.436

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 4 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta