Feeds
질문
add a moving image over a plotted trajectory
x = 0:pi/100:2*pi; y = sin(x); plot(x, y); %i want my image to move in this way alpaca = 'alpaca.png'; [I,map,transparen...
3년 초과 전 | 답변 수: 2 | 0
2
답변질문
Vertical Alignment error in textbox
I = imread('END_OF_YEAR Gameboard.jpg')I = imread('Gameboard1.png'); f = figure(); imshow(I); title(name); annotation('text...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
make dialogue box wait for previous figure to be closed
I = imread('END_OF_YEAR Gameboard.jpg'); imshow(I); % question 1 % generate a random integer value for x between 1 and 100...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
Not Enough Input arguments error
% generate a random value for x x = randi([1 100]); % ask questions and ask for input prompt1= 'x+4'; ans1 = inputdlg(spri...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
i keep getting an error for the messagebox.
prompt= 'What is your name?'; name = inputdlg(prompt); msgbox(fprintf("Hello %s, in this game, you must answer the question ...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can I input this data into a table without overwriting it?
for i = 0:1:steps % Creates a loop to calculate the variables as time progresses time = time + dt; fprintf('Step ...
거의 4년 전 | 답변 수: 1 | 0
