Nick Olibrice - MATLAB Central
photo

Nick Olibrice


Last seen: 2 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 12/20 to 03/25Use left and right arrows to move selectionFrom 12/20Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 个提问
0 个回答

排名
34,517
of 297,503

声誉
1

贡献数
6 个提问
0 个回答

回答接受率
33.33%

收到投票数
1

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0 个回答 | 1

0

个回答