Feeds
提问
Clustergram Standardize why ROW is the default value?
Dear all, This is kind of silly question, but I wonder whether I'm missing something here. If with tidy data columns are v...
11 years 前 | 0 个回答 | 0
0
个回答提问
Does clustergram fully work in a compiled matlab program?
Dear all, In the near future I would like to compile a program that includes the clustergram class. This program is intended ...
12 years 前 | 0 个回答 | 0
0
个回答已回答
Send variables to workspace from a function
Thank you very much Walter! Kind Regards, Diego
Send variables to workspace from a function
Thank you very much Walter! Kind Regards, Diego
12 years 前 | 0
提问
Send variables to workspace from a function
Dear all, I'm trying to send some arrays from my function to the workspace. My function always return the first output arg...
12 years 前 | 2 个回答 | 0
2
个回答已回答
How to pass the name of a file to a function - dataset
Thank you Sean. Regards, Diego
How to pass the name of a file to a function - dataset
Thank you Sean. Regards, Diego
12 years 前 | 0
提问
How to pass the name of a file to a function - dataset
Dear all, How can I create a function for loading an excel file into a dataset array in matlab? I have tried something lik...
12 years 前 | 2 个回答 | 0
2
个回答提问
Error using horzcat. CAT arguments dimensions are not consistent.
Dear all, Using the next function, I get the error mentioned: function [Y]=descriptiveStats( X ) M={}; N=[]; ...
12 years 前 | 3 个回答 | 0
3
个回答提问
Export to Excel results from a function with a nested array
Dear all, I'm exporting to excel the results of a function that contain some statistics. 2 of the results are themselves a...
12 years 前 | 0 个回答 | 0
0
个回答提问
plotting figures - pixel depth
Dear all, How can I improve my figures in order to avoid the pixelation when zooming in them? I'm using this function for ...
12 years 前 | 1 个回答 | 0
1
个回答提问
Descriptive Statistics Function for a Dataset Array
Dear all, Is there a single function that returns the basic descriptive statistics from a dataset array? Something like th...
12 years 前 | 2 个回答 | 0
2
个回答提问
Question about fgetl function
Dear all, I'm learning to use fgetl and had followed the example that appears in the documentation: fid = fopen('SomeFil...
12 years 前 | 1 个回答 | 0
1
个回答提问
Logical -1 = Logical 1?
Dear all, While reviewing a code I found the following expression: assert(fid ~= -1, etc By checking the logical operat...
12 years 前 | 1 个回答 | 0
1
个回答提问
Clustergram Bug? - Different dendrograms produced by Clustergram vs SPSS and pdist -> linkage -> dendrogram using the same parameters
Good Afternoon, I have tried already all different *'data processing'* parameters of *clustergram* in order to get the same *...
12 years 前 | 2 个回答 | 1
2
个回答提问
dendrograms in clustergram vs pdist->linkage->dendrogram
Hello, Can somebody explain why the dendrogram produced by clustergram is different than the one obtained by the traditional ...
12 years 前 | 1 个回答 | 0
1
个回答提问
Objects names in dendrogram
Hello, I didn't find a way for labeling the objects in a dendrogram. The code I'm using is like this: A = dataset('XLSF...
12 years 前 | 0 个回答 | 0
0
个回答已回答
Acquiring very large nucleotide sequence in matlab workspace.
What are you trying to accomplish? The first I'd do is to watch this webinar: *Large Data Sets in MATLAB* Other options fo...
Acquiring very large nucleotide sequence in matlab workspace.
What are you trying to accomplish? The first I'd do is to watch this webinar: *Large Data Sets in MATLAB* Other options fo...
12 years 前 | 0
已回答
storing images in the databases like msaccess,oracle........
Well is kind of simple, You have to know how to save your images from Matlab and how to pull them from inside your database. R...
storing images in the databases like msaccess,oracle........
Well is kind of simple, You have to know how to save your images from Matlab and how to pull them from inside your database. R...
12 years 前 | 0
已回答
Login and password in matlab
The truth is, if you are looking for a secure system, don't use MSAccess. I love it and I work a lot with it. But unfortunat...
Login and password in matlab
The truth is, if you are looking for a secure system, don't use MSAccess. I love it and I work a lot with it. But unfortunat...
12 years 前 | 0
提问
using coefficients with xcorr2
Dear all, How can I use xcorr2 with coefficients, in a way similar to that xcorr works? Thanks, Diego
13 years 前 | 0 个回答 | 0
0
个回答提问
neural networks for finding patterns in sequences of numbers
Dear all, I've been reading that there is a "Neural Network Toolbox" that can help in finding patterns, and clustering data, so...
13 years 前 | 1 个回答 | 0
1
个回答提问
random numbers -1 +1 with 2 decimals without any distribution
Dear all, How can I generate random numbers ranging between -1 to +1 with 2 decimals and without any kind of distribution? Tha...
13 years 前 | 2 个回答 | 0
2
个回答提问
xcorr zero lag
Dear all, How can I use xcorr for 0 lags? In the test I'm running I don't want to 'slide' one sequence over another but keep th...
13 years 前 | 1 个回答 | 0
1
个回答提问
matlab script to run a perl script in a loop
Dear all, I have a perl script that I need to run 2000 times. myscript.pl -w i -f A1simple.fa >A1_i .fa.real. j .out where i...
13 years 前 | 1 个回答 | 0
1
个回答已回答
convert code into matlab code
If you have the bioinfo toolbox, then you probably have the swalign file that implements the smith-waterman algorithm. On the o...
convert code into matlab code
If you have the bioinfo toolbox, then you probably have the swalign file that implements the smith-waterman algorithm. On the o...
13 years 前 | 0
已回答
imwrite filename
Thank you Fangjun and Image Analyst. Your tip Fangjun point me to the answer. imwrite(X.cdata, [R{1}, '.png']) Regards,...
imwrite filename
Thank you Fangjun and Image Analyst. Your tip Fangjun point me to the answer. imwrite(X.cdata, [R{1}, '.png']) Regards,...
13 years 前 | 0
| 已接受
提问
imwrite filename
Dear all, How can I save an image with the file name being the value of a variable? The following code works in exporting the i...
13 years 前 | 4 个回答 | 0
4
个回答提问
plotting xcorr
Dear all, I found the following code in one of the posts for plotting the xcorr. I don't understand very well how to handle the ...
13 years 前 | 1 个回答 | 0
1
个回答提问
nwalign using decimals
Good morning, I modified the nwalign function to work with decimal numbers. I named it ohalign. Everything works fine (it fini...
13 years 前 | 1 个回答 | 0
1
个回答提问
nwalign algorithm
Dear all, I'm studying the nwalign.m file and found something I cannot solve by myself. In the line [CODE] affinegapmex(intseq2,...
13 years 前 | 0 个回答 | 0