답변 있음
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...

5년 초과 전 | 0

| 수락됨

문제를 풀었습니다


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 ...

5년 초과 전

문제를 풀었습니다


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...

5년 초과 전

답변 있음
How to find integral over 2D image
Try integralImage. This function computes a cumulative in both directions, which would approximate the two-dimensional integral ...

5년 초과 전 | 0

답변 있음
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...

5년 초과 전 | 0

답변 있음
Disoriented Matlab output plot
Try using a regular text object instead, like this: text(0,41.75,string(0),'FontSize',8,'HorizontalAlignment','center')

5년 초과 전 | 0

문제를 풀었습니다


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...

5년 초과 전

문제를 풀었습니다


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...

5년 초과 전

답변 있음
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...

5년 초과 전 | 0

답변 있음
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...

5년 초과 전 | 1

답변 있음
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...

5년 초과 전 | 2

| 수락됨

제출됨


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

6년 초과 전 | 다운로드 수: 2 |

4.0 / 5
Thumbnail

제출됨


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

6년 초과 전 | 다운로드 수: 5 |

4.5 / 5
Thumbnail

제출됨


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

6년 초과 전 | 다운로드 수: 2 |

5.0 / 5
Thumbnail

제출됨


Penrose Rhombus Tiling
MATLAB functions for Penrose tiling

6년 초과 전 | 다운로드 수: 3 |

5.0 / 5
Thumbnail

답변 있음
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...

거의 7년 전 | 1

| 수락됨

답변 있음
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...

거의 7년 전 | 2

답변 있음
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').

대략 8년 전 | 1

답변 있음
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>.

대략 8년 전 | 0

답변 있음
How is image downsized when "Image is too big to fit on screen"?
Nearest-neighbor interpolation.

대략 8년 전 | 1

| 수락됨

답변 있음
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.

대략 8년 전 | 0

답변 있음
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 ...

대략 8년 전 | 1

제출됨


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

거의 9년 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

제출됨


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

9년 초과 전 | 다운로드 수: 1 |

3.0 / 5
Thumbnail

제출됨


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

9년 초과 전 | 다운로드 수: 2 |

4.8 / 5

제출됨


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

9년 초과 전 | 다운로드 수: 3 |

4.6 / 5
Thumbnail

제출됨


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

9년 초과 전 | 다운로드 수: 1 |

5.0 / 5

제출됨


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

9년 초과 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

제출됨


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

9년 초과 전 | 다운로드 수: 1 |

5.0 / 5

제출됨


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

9년 초과 전 | 다운로드 수: 2 |

4.0 / 5

더 보기