photo

Nick Olibrice


Last seen: oltre un anno fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Domanda


Plotting performance vs inlet temp for jet engine and measuring performance as dh as shown. What am I doing wrong?
close all clear all P1 = 101 ;%pressure in kpa T1 = 298;%temperature in kelvin n = 1.4; Cp = 1.004; Cv = 0.717; R = 0.287...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Why does this error read
close all clear all P1 = 101 %pressure in kpa T1 = 298%temperature in kelvin n = 1.4 Cp = 1.004 Cv = 0.717 R = 0.287 %gas...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


why is nothing there for this plot p-v diagram
P1 = 101 %pressure in kpa T1 = 298%temperature in kelvin n = 1.4 Cp = 1.004 Cv = 0.717 R = 0.287 %gas constant in kJ/kg*k ...

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


Why is this error popping up for this script?
P1 = 101 %pressure in kpa T1 = 298%temperature in kelvin n = 1.4 Cp = 1.004 Cv = 0.717 R = 0.287 %gas constant in kJ/kg*k ...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How am I suppose to fix this error. I am trying to run the code in order to get a stress vs strain plot and find the value described in the script.
clear all close all clc S = readtable("/Users/nickolibrice/Downloads/526projdata.xlsx"); y = S(: , 1); %load ...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


MatLab Code, requires more arguments to run
why wont this code run? function [winner,playerscore] = goFish2(h1,h2,deck) playerscore(1)=0; playerscore(2)=0; for...

oltre 3 anni fa | 0 risposte | 1

0

risposte