Réponse apportée
Arrange words and phrases separated by semi-colon into a single column
% Simulated data covering two months. Phrases = ["EARLY-TYPE GALAXIES; X-RAY; DENSE CLUSTERS" "LOCAL CONVERGENCE DEPTH; TU...

plus de 5 ans il y a | 0

| A accepté

A résolu


Project Euler: Problem 6, Natural numbers, squares and sums.
The sum of the squares of the first ten natural numbers is, 1^2 + 2^2 + ... + 10^2 = 385 The square of the sum of the first ...

plus de 5 ans il y a

A résolu


Project Euler: Problem 5, Smallest multiple
2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder. What is the smalle...

plus de 5 ans il y a

Réponse apportée
How to find integral over 2D image
Try integralImage. This function computes a cumulative in both directions, which would approximate the two-dimensional integral ...

plus de 5 ans il y a | 0

Réponse apportée
How do I get the actual mesh Vertices and Triangles generated by the spiralRectangular function in the Antenna Tool Box?
I don't see a documented interface for this, but you can find the patch object produced by the show method and then get the face...

plus de 5 ans il y a | 0

Réponse apportée
Disoriented Matlab output plot
Try using a regular text object instead, like this: text(0,41.75,string(0),'FontSize',8,'HorizontalAlignment','center')

plus de 5 ans il y a | 0

A résolu


Project Euler: Problem 3, Largest prime factor
The prime factors of 13195 are 5, 7, 13 and 29. What is the largest prime factor of the number being input, input might be ui...

plus de 5 ans il y a

A résolu


Project Euler: Problem 2, Sum of even Fibonacci
Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 te...

plus de 5 ans il y a

Réponse apportée
Log axis with percentage tick labels
From what I can tell, the ruler object ignores the TickLabelFormat property (which is set by ytickformat) when the Scale is 'log...

plus de 5 ans il y a | 0

Réponse apportée
Help calling my basic function
You must use the filename as the function name when calling your function. MATLAB will not pay attention to the "n" inside the f...

plus de 5 ans il y a | 1

Réponse apportée
Why does evaluating a function with symbolic variables take so much longer than with a double?
When MATLAB performs arithmetic on normal numeric values, which are represented internally as double-precision floating-point nu...

plus de 5 ans il y a | 2

| A accepté

A soumis


Animated PNG (APNG) Writer
Create APNG (animated PNG) files

plus de 6 ans il y a | 1 téléchargement |

4.0 / 5
Thumbnail

A soumis


Image overlay
Overlay a binary mask onto an image using a specified color

plus de 6 ans il y a | 5 téléchargements |

4.5 / 5
Thumbnail

A soumis


Zone plate test image
MATLAB function to create a zone plate test image

plus de 6 ans il y a | 2 téléchargements |

5.0 / 5
Thumbnail

A soumis


Penrose Rhombus Tiling
MATLAB functions for Penrose tiling

plus de 6 ans il y a | 3 téléchargements |

5.0 / 5
Thumbnail

Réponse apportée
Any way to polish / improve the output produced by the Lab colour space segmentation.
I used the Color Thresholder app in the Image Processing Toolbox to give this a try. rgb = imread('b4.jpeg'); colorThresholder...

presque 7 ans il y a | 1

| A accepté

Réponse apportée
Raw image file conversion in MATLAB
Steffen, I have seen your tech support case escalation, and I have looked at the file you sent to MathWorks. The MATLAB functi...

environ 7 ans il y a | 2

Réponse apportée
hi i've a problem the function newline dosen't work in matlab 2016a??
The function newline was introduced in R2016b. Instead of newline, you can use char(10) or sprintf('\n').

environ 8 ans il y a | 1

Réponse apportée
error - Undefined function 'extractHOGFeatures' for input arguments of type 'double and Undefined function 'detectMSERFeatures' for input arguments of typ ,
These functions are in the <https://www.mathworks.com/products/computer-vision.html Computer Vision System Toolbox>.

environ 8 ans il y a | 0

Réponse apportée
How is image downsized when "Image is too big to fit on screen"?
Nearest-neighbor interpolation.

environ 8 ans il y a | 1

| A accepté

Réponse apportée
immse same size error
Compare the output of size(X) and size(C) to double-check your assumption that X and C are the same size.

environ 8 ans il y a | 0

Réponse apportée
Resize images in multiple directories
Consider using the <https://www.mathworks.com/help/images/batch-processing-using-the-image-batch-processor-app.html Image Batch ...

environ 8 ans il y a | 1

A soumis


Colormap Test Image
Test image for evaluating perceptual effectiveness of a colormap for visualizing sequential data

presque 9 ans il y a | 2 téléchargements |

0.0 / 5
Thumbnail

A soumis


im2html.m
Convert image pixels to HTML table showing pixel colors and values

plus de 9 ans il y a | 1 téléchargement |

3.0 / 5
Thumbnail

A soumis


IMWRITESIZE Write image file with specified width and resolution
Write a TIFF or PNG image file with specified width (inches) and resolution (dpi).

plus de 9 ans il y a | 2 téléchargements |

4.8 / 5

A soumis


Visualize output of BWLABEL
The function VISLABELS is used to visualize the output of BWLABEL.

plus de 9 ans il y a | 3 téléchargements |

4.6 / 5
Thumbnail

A soumis


Upslope area functions
Functions for computing and visualizing upslope area, influence map, dependence map

plus de 9 ans il y a | 1 téléchargement |

5.0 / 5

A soumis


Display pixels and pixel values
Display pixels and pixel values like impixelregion, but in an ordinary figure

plus de 9 ans il y a | 2 téléchargements |

0.0 / 5
Thumbnail

A soumis


Hough accumulator bin pixels
Find the pixels in a binary image corresponding to a particular Hough transform bin

plus de 9 ans il y a | 1 téléchargement |

5.0 / 5

A soumis


Multidimensional interpolation with integer inputs
Multidimensional interpolation supporting integer inputs without converting to double

plus de 9 ans il y a | 2 téléchargements |

4.0 / 5

Charger plus