Feeds
提问
How to set user name?
I'm trying to create a set user name inside a menu of other options. How do I do this?
10 years 前 | 0 个回答 | 0
0
个回答提问
Help with graphing on Matlab?
This is what I typed: axis([0 25 0 250]) hold on grid on plot(x,n,'-s') title({'Credit Card Balance($):',num2s...
10 years 前 | 1 个回答 | 0
1
个回答提问
Help with Matlab, from start to finish?
Write a MATLAB script using loops (for, while, nested, or a combination of any) that plays the dice game Blackjack. The player b...
10 years 前 | 1 个回答 | 0
1
个回答提问
Help with Matlab, from start to finish?
1.) Write a MATLAB script using loops (for,while, nested, or a combination of any) that determines the number of months required...
10 years 前 | 0 个回答 | 0
0
个回答提问
Help with Matlab, from beginning to end?
What is the square root of 2019? Without using the function of your calculator √ or computer. If you are patient, you can act...
10 years 前 | 1 个回答 | 0
1
个回答提问
Help with MatLab, from beginning to end?
The sieve of Eratosthenes is a simple, ancient algorithm for finding all prime numbers up to any given limit. It does so by ite...
10 years 前 | 1 个回答 | 0
1
个回答提问
Help with calculating median of an array without using built in function?
A=[8 6 7 5 3 0 9] b=sort(A) b= 0 3 5 6 7 8 9 Now what are the next steps?
10 years 前 | 3 个回答 | 0
3
个回答提问
Need help with MatLab script, from start to finish?
Write the script rps.m that implements a single round of Rock-Paper-Scissors. The script should secretly select a random weapon...
10 years 前 | 1 个回答 | 0
