photo

Angelina Encinias


Last seen: fast 2 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten