photo

Ryan


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

13 个提问
1 个回答

排名
24,206
of 301,097

声誉
1

贡献数
13 个提问
1 个回答

回答接受率
61.54%

收到投票数
1

排名
 of 21,169

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,778

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Using Indexing from values in another vector
Hello all, I have a vector called i, where for example i = [1 1 2 3 3]'; and I have a vector n, where n = [2 1 2...

12 years 前 | 1 个回答 | 0

1

个回答

提问


I am having an issue using strcmp when there is a single string in my cell array
Hello all! I am having an issue using strcmp and I was wondering if maybe someone could help. I have a vector called L that l...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How can I vectorize my Jaro Distance code to run more efficiently?
Hello all! I have written a code that will perform the Jaro distance between two strings A and B. My code however uses a lot ...

12 years 前 | 0 个回答 | 0

0

个回答

提问


Replacing a nested for-loop
Hey everyone! I am doing pairwise comparisons of strings in a cell array using a function that I wrote. Right now I have it i...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How do I create a term - frequency matrix that runs fast
Hello everyone! I am trying to create a term frequency matrix for a TF-IDF program. I have the code written but it runs extreme...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Hausdorff Distance with Distance matrix
Hello, I know that there are functions for the hausdorff distance already posted online. My problem however requires that I cre...

12 years 前 | 0 个回答 | 1

0

个回答

提问


Distances between regions in matlab
I am trying to find the distance between two points for different regions. However in order to get from one region to another th...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Term frequency for strings with a given vector
Hello, I am interested in finding the occurrence of terms with a unique vector already given. Suppose I have the vector A ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


vectorization of ismember function
Hello, I am interested in using the ismember function for strings by row with out using a for loop. For example I would have ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How to change the x axis label
Hello! I am plotting a matrix output using imagesc and my x-axis is labeled from 1-151 however I would like the x-axis labels...

12 years 前 | 2 个回答 | 0

2

个回答

提问


output will not suppress even with a semi colon
Hello I am having an issue with a code. I have a semi colon everywhere in my code yet it still outputs the answer when I don't...

12 years 前 | 1 个回答 | 0

1

个回答

提问


indexing for a single for loop of an upper triangular matrix
Hello everyone, I had a question and was wondering if it is even possible. I want to create a square matrix using some compa...

13 years 前 | 1 个回答 | 0

1

个回答

已回答
Decreasing Computational Time with Parfor and variable slicing
since the output matrix is symmetric perhaps I can break up the indexing for loop i or would this not help at all? For a tfidfn ...

13 years 前 | 0

提问


Decreasing Computational Time with Parfor and variable slicing
Good day, I am fairly new to parallel computing and so far I feel like I have been successful. However I have written a code ...

13 years 前 | 3 个回答 | 0

3

个回答