photo

Razvan


Rutgers The State University of New Jersey

Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

43 Domande
49 Risposte

Cody

0 Problemi
118 Soluzioni

RANK
550
of 301.529

REPUTAZIONE
145

CONTRIBUTI
43 Domande
49 Risposte

ACCETTAZIONE DELLE RISPOSTE
72.09%

VOTI RICEVUTI
42

RANK
 of 21.315

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
2.998
of 175.175

CONTRIBUTI
0 Problemi
118 Soluzioni

PUNTEGGIO
1.190

NUMERO DI BADGE
3

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Knowledgeable Level 3
  • First Review
  • 3 Month Streak
  • Thankful Level 4
  • Knowledgeable Level 2
  • First Answer
  • Promoter
  • Commenter
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
Font problems when exporting as EPS
I wonder if Mathworks is ever going to fix this bug... It is present since R2014b... it is easily reproducible (every exported e...

circa 10 anni fa | 0

Risposto
How to obtain InsertSize from a BioMap object?
Any other suggestions?

circa 11 anni fa | 0

Domanda


How to obtain InsertSize from a BioMap object?
Is there a way of obtaining the |InsertSize| field (available using |bamread|) when opening a bam file as a |BioMap| object? Ope...

circa 11 anni fa | 2 risposte | 0

2

risposte

Domanda


Does Matlab support bed, wig, and other usual genomics file formats?
I'm curious if the new version of Matlab (2014b) added support for the usual genomics file formats: bed, wig, bedGraph, BigWig? ...

oltre 11 anni fa | 1 risposta | 1

1

risposta

Domanda


What is the default figure font in Matlab 2014b?
Hi, I tried to import in Illustrator an eps figure created with Matlab 2014b but I get a warning that some font is not installe...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


How to write a faster seqrcomplement function
Hi, I noticed that whenever I use the function |seqrcomplement|, the line that calls this function takes about 80-90% of the ...

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


How to add the results of nmercount
Hi, I would like to use |nmercount| to count the 5-mers in multiple strings, and then to add the counts in only one structure...

quasi 12 anni fa | 1 risposta | 0

1

risposta

Risposto
MATLAB keeps crashing, particularly opening help and during using plottools..
I also noticed that the help of Matlab stops responding sometimes... For example if I try to search something in the help window...

circa 12 anni fa | 1

Domanda


Matlab help window doesn't allow copy
Hi, I have a problem with the Matlab help that pops up when I press F1. I used to copy-paste different examples from there di...

oltre 12 anni fa | 6 risposte | 1

6

risposte

Domanda


plot and save figures WITH the white margin
Hi, When I save the figures with the save button from the figure's toolbar I always get an EPS file WITH the a white margin aro...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Risposto
Read text file and store in .mat file
filename = 'example.txt'; fileID = fopen(filename,'r'); data = textscan(fileID, '%s\n'); data = data{1}; ...

oltre 12 anni fa | 0

Domanda


How to export a figure with its UI elements in Windows 7?
Hi all, I'm trying to export a Matlab figure together with its UI elements (the whole figure window). The usual way I export ...

oltre 12 anni fa | 2 risposte | 0

2

risposte

Risposto
Cleaning-up Code With Comments
Control + R comments a line and Control + T removes the comment marker from the begining of a line. The comments start with the ...

circa 13 anni fa | 0

Domanda


Saving to BAM files from a BioMap object ?
Hi, I noticed that in the Release Notes of the 2013a bioinformatics toolbox it is mentioned that now it is possible to write ...

circa 13 anni fa | 1 risposta | 0

1

risposta

Risposto
how to customize a colorbar?
Nevermind... I wanted something like the following (and I figured out that |imagesc| can help) f = smooth(rand(1,100), 1...

circa 13 anni fa | 0

| accettato

Domanda


how to customize a colorbar?
Hi, I try to plot a colorbar next to a plot but to show a color corresponding to the value of the function at that position ...

circa 13 anni fa | 2 risposte | 0

2

risposte

Risposto
how can we preallocate a 2d array?
See here some examples: http://www.mathworks.com/support/solutions/en/data/1-18150/

circa 13 anni fa | 0

Risposto
Error with tempname and tempdir
I found the problem on another forum... The SYSTEM has to have full permissions in the TEMP folder... and somehow this was remov...

oltre 13 anni fa | 0

Domanda


Error with tempname and tempdir
Recently I noticed that |tempname| and |tempdir| are not working anymore on my computer. Any ideas about why I get the following...

oltre 13 anni fa | 4 risposte | 0

4

risposte

Domanda


Matlab 2012b on Windows 8?
Hi, I want to update my OS to Windows 8 but I would like to know first if anyone noticed any issues in Matlab on Windows 8. A...

oltre 13 anni fa | 3 risposte | 0

3

risposte

Domanda


Plot contour lines on top of imagesc?
Hi, I'm trying to make a contour plot with one of the variables being discrete (integer). I try to combine somehow the 2 foll...

oltre 13 anni fa | 1 risposta | 0

1

risposta

Risposto
What are the MATLAB job options?
Well, all these answers sound good but I would like to hear from someone which can say: I am smart and I know Matlab so I got th...

oltre 13 anni fa | 2

Domanda


What are the MATLAB job options?
Hi, It seems to me that most of the companies that hire programmers are looking for C++, Python, Java, etc. skills but very r...

oltre 13 anni fa | 7 risposte | 8

7

risposte

Domanda


white grid on black axes?
Hi, How can I put a white grid on black axes in a figure? If I try figure set(gca, 'Color', 'k') grid on then t...

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


How to open a BAM file?
Hi, I have a problem opening a BAM file (the one from here: http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM754388 the li...

oltre 13 anni fa | 1 risposta | 0

1

risposta

Risposto
input dialog box options
I found another option to modify the width of the dialog. One can use a matrix for the "numlines" parameter (as described in the...

oltre 13 anni fa | 0

Domanda


input dialog box options
Hi, I tried one of the examples from the |inputdlg| documentation http://www.mathworks.com/help/matlab/ref/inputdlg.html bu...

oltre 13 anni fa | 2 risposte | 0

2

risposte

Risposto
How do I make MATLAB print my figure in vector format?
try this: print(figureHandle, '-depsc2', '-painters', filename); If the figure is too complex maybe you want to use |exp...

oltre 13 anni fa | 2

Domanda


Parameter uncertainties after a GA optimization
Hi everyone, I do a genetic algorithm optimization in a mixed integer problem (e.g. 2 parameters are integers and 5 are reals...

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


Matlab not responding after saving eps figure?
Hi, I have the latest Matlab version 2012b but I have a problem when I try to save multiple eps figures. Sometimes after the fir...

oltre 13 anni fa | 2 risposte | 2

2

risposte

Carica altro