Kate - MATLAB Central
photo

Kate


cbvzdfg

2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 08/13 to 04/25Use left and right arrows to move selectionFrom 08/13Use 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

9 質問
0 回答

ランク
149,792
of 298,116

評判
0

コントリビューション
9 質問
0 回答

回答採用率
55.56%

獲得投票数
0

ランク
 of 20,535

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,402

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


how to get rgb from this tiff image file?
I have a .tif file I'm trying to open as a RGB. It can be downloaded here: <https://files.fm/u/gssafxb9#_> It has 4 channels...

8年弱 前 | 3 件の回答 | 0

3

回答

質問


how to link mex?
hi, my code is: function build_cropRectanglesMex( cudaRoot ) %build_cropRectanglesMex builds package cropRectanglesMe...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


how to remove a marker from 1 end of a line
hello, I draw lines using the 'line' function in Matlab 2014B. For example: x = 0:1 y=0:1 figure, ho...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


how to determine similar values in 2 equally-sized matrices (for non-zero elements which are in similar positions) ?
Hello, I have 2 matrices: A = [ 1 2 4; 5 0 6] and B = [0 2 5; 2 0 6] I want to output a bin...

約9年 前 | 1 件の回答 | 0

1

回答

質問


how can I do this fast addition and multiplication?
Hi all, I am transforming some data using an equation that involves a multiplication and addition. (Please see line 20 in th...

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

1

回答

質問


how to manipulate dense 4D data ?
hi, I have a 4-D array. I plot it as using the code below(You need the function 'plotgrid' below as well). Based on the plot ...

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

1

回答

質問


how to find the gradient(1st derivative) of 3D (XYZ) data
Hi all, I have X,Y and Z 3D surface data and I want to compute the gradient of the surface. The problem is that my data is no...

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

1

回答

質問


using matlab least squares functions
Hello, I have my matlab code which solves a least squares problem and gives me the right answer. My code is below. I explicit...

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

1

回答

質問


How can I code this small piece of code in MEX ?
My code is as follows: clc;clear all %----generate data----% [X,Y] = meshgrid(-50:2:50, -50:2:50); Z = X .* ex...

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

2

回答