photo

Kate


cbvzdfg

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

9 个提问
0 个回答

排名
253,581
of 300,750

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
55.56%

收到投票数
0

排名
 of 21,073

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,837

贡献数
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 years 前 | 3 个回答 | 0

3

个回答

提问


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

8 years 前 | 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 years 前 | 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 years 前 | 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...

11 years 前 | 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 ...

12 years 前 | 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...

12 years 前 | 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...

12 years 前 | 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...

12 years 前 | 2 个回答 | 0

2

个回答