photo

Isobel Leikis


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
257,832
of 300,763

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,082

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,923

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


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 years ago | 2 answers | 0

2

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer