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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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...
13年弱 前 | 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年弱 前 | 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 ...
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年弱 前 | 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年弱 前 | 3 件の回答 | 0
