photo

Aidan Palermo


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

Followers: 0   Following: 0

统计学

MATLAB Answers

11 个提问
0 个回答

排名
246,680
of 300,771

声誉
0

贡献数
11 个提问
0 个回答

回答接受率
36.36%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,969

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


trouble plotting curved line
I'm trying to plot a curved line but it keeps coming out linear. I was told it could be because I linspaced both the T and S var...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Plotting the theoretical maximum possible efficiency of a heat engine
I'm trying to create a temperature vs. efficiency plot using the equation n=1-(Tl/Th) for 3 different Tl values. clear all c...

3 years 前 | 1 个回答 | 0

1

个回答

提问


plotting T-U diagram using XSteam
for n=[1:220] T=XSteam('Tsat_p',n); vapor_u=XSteam('uV_T',T); liquid_u=XSteam('uL_T',T); end I'm trying to find tem...

3 years 前 | 1 个回答 | 0

1

个回答

提问


can a random number generator be used in a matrix?
I'm trying to make a minesweeper game in matlab so I set up a matrix A=zeros(10) and I wanted to know if I could write the code ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


how to find the length of interpolated graph?
I created a graph that would go through these specific x and y values using the interp1 function. now I can't figure out how to ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


error in creating rock, paper, scissors game
%game conditions user_play = input('chose R for rock, P for paper, S for scissors:'); %randomness for comp_play = randi(im...

4 years 前 | 1 个回答 | 0

1

个回答

提问


trying to find theta
% plot mountain Mn_x = [0, 1000, 3014.8]; Mn_y = [0, 0, 616]; plot (Mn_x, Mn_y) hold on % known variables Xo = 0; Yo = 1;...

4 years 前 | 1 个回答 | 0

1

个回答

提问


how to calculate theta
theta = 0:1:90; 3010 == Xo + (V .* cosd(theta)) .* t I'm trying to calculate the angle needed to travel 3010 ft but I keep g...

4 years 前 | 1 个回答 | 0

1

个回答

提问


graph won't plot in correct spot
% plot mountain Mn_x = [0, 1000, 3014.8]; Mn_y = [0, 6, 1000]; plot (Mn_x, Mn_y) hold on % known variables Xo = 0; Yo = 1...

4 years 前 | 1 个回答 | 0

1

个回答

提问


No data points appear on the graph when I hit run
figure (1) %selects plotting window #1 plot(0, 98, 'c--', .02, 245, 'c--', .04, 490, 'c--', .05, 735, 'c--', .06, 931, 'c--', ....

4 years 前 | 1 个回答 | 0

1

个回答

提问


how do I plot multiple points on the same graph?
Im trying to create a graph using the coordinates in the code. When I hit run I recieve this message "Invalid expression. When c...

4 years 前 | 1 个回答 | 0

1

个回答