Jack - MATLAB Central
photo

Jack


Nottingham University

自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB AnswersCodyZoom OutFrom 07/14 to 04/25Use left and right arrows to move selectionFrom 07/14Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

10 个提问
0 个回答

Cody

0 个问题
10 个答案

排名
19,824
of 298,264

声誉
2

贡献数
10 个提问
0 个回答

回答接受率
70.0%

收到投票数
2

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
37,074
of 160,718

贡献数
0 个问题
10 个答案

评分
110

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • Solver

查看徽章

Feeds

排序方式:

提问


How to form an aggregate from a random walk?
I am making a random walk function that starts at a given boundary point and runs the a walk until the 'particle' attaches to a ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


How to produce a DLA Cluster Image
I am using Matlab to run a simulation that can produce a DLA/cluster/aggregate image ( <https://en.wikipedia.org/wiki/File:Of7_p...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Viewing a MIP from a desired angle
How would one go about calculating a MIP on a stack of images so that a user will be able to rotate the volume and see the MIP f...

11 years 前 | 0 个回答 | 2

0

个回答

提问


How to view an image from the side?
I have an image which is 2D although is made up of slices. At the minute i am viewing the image from above as if looking down on...

11 years 前 | 2 个回答 | 0

2

个回答

提问


How do i make a 'pushbutton' plot a point?
%code hbottom_left = uicontrol('Style','pushbutton',... 'String','Bottom Left','Position',[270,220,70,...

11 years 前 | 1 个回答 | 0

1

个回答

已解决


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

11 years 前

已解决


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

11 years 前

已解决


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

11 years 前

已解决


Is my wife right?
Regardless of input, output the string 'yes'.

11 years 前

已解决


Add two numbers
Given a and b, return the sum a+b in c.

11 years 前

已解决


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

11 years 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

11 years 前

已解决


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

11 years 前

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

11 years 前

提问


Rotating a 3D image?
What code could I use in order to be able to rotate a 3d image of a brain? Im using Matlab 2007 version, thanks in advance

11 years 前 | 2 个回答 | 0

2

个回答

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

11 years 前

提问


Can someone give me a quick project to write?
I am eager to improve using Matlab so im trying to complete a couple of quick projects. Has anyone got any ideas for an (easy) p...

11 years 前 | 2 个回答 | 0

2

个回答

提问


What's wrong with this code?
Every time I run this code an error message appears saying '??? undefined function or method 'img' for input arguments of type '...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How to decode an image?
So I have an img. file and it wont open in any applications (understandably) so I've been told to view the image in matlab as th...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How can i space out my code and interact with the prompt?
In an m-file when run is clicked all my code executes at the same time, is there any way in which I can space out or delay some ...

11 years 前 | 1 个回答 | 0

1

个回答