Community Profile

photo

Shaurya Singh


2017 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


Write a matlab code to generate a full deck of cards. Shuffle the deck of cards and pick a card from it. Record whether it was a diamond or not a diamond. Reshuffle the deck and pick a card again and repeat this same procedure 10 times.
Write a matlab code to generate a full deck of cards. Shuffle the deck of cards and pick a card from it. Record whether it was a...

約6年 前 | 1 件の回答 | 0

1

回答

質問


use the plot command to plot the function ((x^2)-(10*sqrt(X))+2) for 0<x<5
trying to make this graph but getting this error message image = [0:1:5]; y =(x.^2)-(10.*sqrt(x))+2; plot(image,y) ...

6年以上 前 | 1 件の回答 | 0

1

回答