photo

Aidan Palermo


Last seen: 約2年 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

11 質問
0 回答

ランク
255,097
of 300,863

評判
0

コントリビューション
11 質問
0 回答

回答採用率
36.36%

獲得投票数
0

ランク
 of 21,100

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,413

コントリビューション
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年 前 | 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年以上 前 | 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年以上 前 | 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年 前 | 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年 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0

1

回答