Answered
Detect Edge in picture with low contrast
The image would need pre-processing before passing it to one of the edge detectors. I would suggest trying to enhance the contr...

8 years ago | 1

Answered
How to set a variable network name for CNNs with trainNetwork
When you use: [networkName, trainInfo] = trainNetwork(myData, layers, options); the *networkName* can be any variable...

8 years ago | 0

Answered
Calling bowtie2 from matlab
Can you try running bowtie2 from matlab using the 'system' command. That is, [a,b] = system('bowtie2 -h') Also, there i...

8 years ago | 0

Answered
Scale a Legend with the underlying Axis
The observation that the size of the legend scales with the Font Size is true. Is there a reason you would prefer not to change...

8 years ago | 0

Answered
I want to merge the content of two tables with identical variables, but for a given key variable value the columns 1:N in table 1 are filled and columns N+1:end in the other.
Merging 2 tables on the basis of key variables and retaining only the common rows can be achieved using the 'innerjoin' function...

8 years ago | 0