photo

Nick Olibrice


Last seen: 거의 2년 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
34,502
of 297,527

평판
1

참여
6 질문
0 답변

답변 채택
33.33%

획득한 표
1

순위
 of 20,454

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,075

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 4년 전 | 답변 수: 0 | 1

0

답변