Community Profile

photo

Isobel Leikis


Last seen: 6 Monate vor Aktiv seit 2022

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


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...

fast 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Vertical Alignment error in textbox
I = imread('END_OF_YEAR Gameboard.jpg')I = imread('Gameboard1.png'); f = figure(); imshow(I); title(name); annotation('text...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort