photo

Nick Olibrice


Last seen: mehr als 2 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

MATLAB Answers

6 Fragen
0 Antworten

RANG
33.487
of 300.352

REPUTATION
1

BEITRÄGE
6 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
33.33%

ERHALTENE STIMMEN
1

RANG
 of 20.928

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.172

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 5 Jahre vor | 0 Antworten | 1

0

Antworten