photo

Jack


Nottingham University

Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

All
MATLAB Answers

10 Fragen
0 Antworten

Cody

0 Probleme
10 Lösungen

RANG
21.839
of 302.038

REPUTATION
2

BEITRÄGE
10 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
70.0%

ERHALTENE STIMMEN
2

RANG
 of 21.510

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
41.439
of 178.349

BEITRÄGE
0 Probleme
10 Lösungen

PUNKTESTAND
110

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 12 Jahre vor | 0 Antworten | 2

0

Antworten

Frage


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

etwa 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


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

etwa 12 Jahre vor

Gelöst


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

etwa 12 Jahre vor

Gelöst


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

etwa 12 Jahre vor

Gelöst


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

etwa 12 Jahre vor

Gelöst


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

etwa 12 Jahre vor

Gelöst


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

etwa 12 Jahre vor

Gelöst


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

etwa 12 Jahre vor

Gelöst


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

etwa 12 Jahre vor

Gelöst


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

etwa 12 Jahre vor

Frage


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

etwa 12 Jahre vor | 2 Antworten | 0

2

Antworten

Gelöst


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

etwa 12 Jahre vor

Frage


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

etwa 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort