photo

Fer


ITESM

Last seen: 6年弱 前 2015 年からアクティブ

Followers: 0   Following: 0

Biomedical Engineering student working on image processing for neurosciences.

統計

All
MATLAB Answers

11 質問
1 回答

Cody

0 問題
8 解答

ランク
5,441
of 300,780

評判
9

コントリビューション
11 質問
1 回答

回答採用率
36.36%

獲得投票数
6

ランク
 of 21,086

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
44,975
of 171,018

コントリビューション
0 問題
8 解答

スコア
90

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1
  • Solver

バッジを表示

Feeds

表示方法

質問


Brain extraction using Kmeans and connectivity.
Hello, I'm trying to perform a brain extraction of a slice from a NIFTI volume. I wrote a k means segmentation code, and that ...

約10年 前 | 0 件の回答 | 0

0

回答

回答済み
Reading an image sequence: "Error: The filename or url argument must be a string."
Okay, so I found the answer to my own question. Not deleting in case someone has the same problem. The only thing I had to so ...

約10年 前 | 3

質問


Reading an image sequence: "Error: The filename or url argument must be a string."
Hello, I'm trying to work over a sequence of images, I have used dir to obtain a list of all the files: dirData = dir([d...

約10年 前 | 3 件の回答 | 1

3

回答

質問


'print' with specific dimensions
Hello, I'm using 'print' to save two image files which I intend to overlay using 'imfuse'. Problem is, printed images do not...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


ButtonDownFcn and WindowButtonMotionFunction on a GUI
Hello, Using <http://blogs.mathworks.com/pick/2008/05/27/advanced-matlab-capture-mouse-movement/ this tutorial> I have succee...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


Displaying several images, overlay another group of images using transparency
I have effectively shown a single image and overlaid another one using 'Alphadata'. This is with 2D matrices. This 2D matrices...

10年以上 前 | 0 件の回答 | 0

0

回答

質問


imellipse, impoly, etc. to create mask, keeping the border.
Hello, I am using imellipse, imfreehand, impoly and imrect to create a mask after selecting an area of an image. This works wel...

10年以上 前 | 1 件の回答 | 0

1

回答

解決済み


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

10年以上 前

解決済み


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

10年以上 前

解決済み


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

10年以上 前

解決済み


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

10年以上 前

解決済み


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

10年以上 前

解決済み


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

10年以上 前

解決済み


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

10年以上 前

解決済み


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

10年以上 前

質問


Montage using overlay and alphadata
Hello, I am trying to generate a mosaic of images from a matrix, that is actually a superimposition of two images. I have suc...

10年以上 前 | 0 件の回答 | 2

0

回答

質問


Execute a function only after GUI closes
Hello. Upon clicking a button on my main GUI, a second gui will appear with which the user will input the paths of the files to...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


Cropping a 3D matrix
Hello, I need the sizes of two 3D matrices to match. These matrices have several slices of zero only matrices, which I need to...

10年以上 前 | 2 件の回答 | 0

2

回答

質問


Store a variable from a GUI action
Hello. I'm designing a GUI for an image processing application. On pushing a button, I need an action to be executed and also a ...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


Storing matrices from a loop in an array
My program takes a 3D matrix and creates as many 2D matrices as the size of the third dimension. This matrices are later represe...

10年以上 前 | 1 件の回答 | 0

1

回答