photo

Angelina Encinias


Last seen: casi 2 años hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How do fix this code to give me the error?
%% dt=10 h=10; t=[100:h:1500]; Cp=(.00000000747989.*t.^3)-(.000028903.*t.^2)+.0423484.*t+36.1064; dH=trapz(t,Cp) for i=1:...

casi 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Bisection Method Code Help
Help with my code. Only spits out one value. Function File: %Script File: func=@(x) sin(10*x)+cos(3*x); xl=3; xu=5; x=bis...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


bisection method code help
function root=bisection(func,x1,xu) xr=x1;es=.0001; while(1) xrold=xr; xr=(x1+xu)/2; if xr~=0 ea=abs((...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Bisection method for finding angle
<</matlabcentral/answers/uploaded_files/1112395/C874297A-3F3E-4044-8748-AF7EDFCBA5BB.jpeg>> Help with code

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Help with for loop
Need to display the two graphs in the question. I am having a hard time with the for loop.

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


What is wrong with my code?
Code needs to display: Code is displaying a blank graph. clear,clc R=8.314; T1=60+273.15; PvapH=.7583;PvapT=.3843;HvapH=290...

más de 2 años hace | 2 respuestas | 0

2

respuestas