回答済み
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

さらに読み込む