Feeds
提问
How to replace random integers with the alphabet (1=A, 2=B, and so on)
Hi, Thank you for helping me I am trying to replace a square matrix of random integers with the alphabet For instace: A =...
7 years 前 | 2 个回答 | 0
2
个回答提问
OpenGL crash in MATLAB when I start the programm
Hi, When I start MATLAB, this appears: Warning: MATLAB previously crashed due to a low-level graphics error. To prevent ...
7 years 前 | 0 个回答 | 1
0
个回答提问
How can I repeat a switch case loop? (if something happens, I have to choose the case again)
Hi, I am trying to create a Stone, Paper, Scissors game in MATLAB, but I want that if there is a draw in any case, the game i...
8 years 前 | 1 个回答 | 0
1
个回答提问
How can I play many rounds in Rock, Paper and Scissors game?
Hi, I have a script to simulate this classic game. The question is: *How can I play many rounds?* I was thinking that was usi...
8 years 前 | 2 个回答 | 0
2
个回答提问
How to subplot two or more multiple-plots created by different loops
Hi, I am trying to create a subplot(2,1), but I do not know how I should use this function when I have two plots created by d...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to subplot two or more multiple-plots created by different loops
Hi, I am trying to create a subplot(2,1), but I do not know how I should use this function when I have two plots created by d...
8 years 前 | 1 个回答 | 0
1
个回答提问
How fplot legend works with four subplots of legendre functions?
Hi, I have this code: clear all clc syms x f1(x)=legendreP(1,x); f2(x)=legendreP(2,x); f3(x)=le...
8 years 前 | 0 个回答 | 0