photo

Angelina Encinias


Last seen: nästan 2 år ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

nästan 2 år ago | 2 answers | 0

2

answers

Question


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

nästan 2 år ago | 1 answer | 0

1

answer

Question


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

nästan 2 år ago | 1 answer | 0

1

answer

Question


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

nästan 2 år ago | 1 answer | 0

1

answer

Question


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

mer än 2 år ago | 1 answer | 0

1

answer

Question


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

mer än 2 år ago | 2 answers | 0

2

answers