photo

Angelina Encinias


Last seen: circa 3 anni fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

MATLAB Answers

6 Domande
0 Risposte

RANK
256.505
of 300.392

REPUTAZIONE
0

CONTRIBUTI
6 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
16.67%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.373

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 1

Visualizza badge

Feeds

Visto da

Domanda


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

circa 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 2 risposte | 0

2

risposte