photo

Isobel Leikis


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
266,320
of 300,930

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 21,114

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,750

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答