Solved


Rounding off numbers to n decimals
Inspired by a mistake in one of the problems I created, I created this problem where you have to round off a floating point numb...

2 months ago

Solved


Matlab Basics - Rounding III
Write a script to round a large number to the nearest 10,000 e.g. x = 12,358,466,243 --> y = 12,358,470,000

2 months ago

Solved


Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346

2 months ago

Solved


Check that number is whole number
Check that number is whole number Say x=15, then answer is 1. x=15.2 , then answer is 0. http://en.wikipedia.org/wiki/Whole_numb...

2 months ago

Solved


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

2 months ago

Solved


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

2 months ago

Solved


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

2 months ago

Solved


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

2 months ago

Question


(bug)The showMatchedFeatures function blocks when used in an .mlx file
The showMatchedFeatures function blocks when used in an .mlx file, preventing subsequent statements from executing! R2026a pre...

4 months ago | 0 answers | 1

0

answers

Submitted


Robust-Elastic-Image-Warping
Parallax-Tolerant Image Stitching Based on Robust Elastic Warping Implementation

4 months ago | 6 downloads |

0.0 / 5
Thumbnail

Answered
Cannot open variables from workspace in 2025a/b
R2025a was a major update and currently has many bugs. R2025b is said to be a stability-focused release with no new features; I ...

4 months ago | 0

Poll


How Should MATLAB's Help Documentation Be Presented?

5 months ago | 35 votes | 9 comments

Solved


Split Even Number Into Two Primes
Given an even whole number n (> 2), return a 2-element vector of primes, p, such that p(1) + p(2) = n. The elements of p should ...

5 months ago

Solved


Determine if Input is Oddish or Evenish (Odd/Even Sum of Digits)
Given a positive integer n, determine whether n is "oddish" or "evenish" - that is, whether the sum of the digits of n is odd or...

5 months ago

Discussion


Looking back at the first MATLAB version I use
It was 2010 when I was a sophomore in university. I chose to learn MATLAB because of a mathematical modeling competition, and th...

5 months ago | 0

Answered
Matlab R2025a default setpath and cluster profile manager
Hi,@Olivier you can reference here: I have no issue(link is ok) for "Cluster Profile Manager" for my windows platform.

5 months ago | 0

Submitted


RunningLog-Analyzer
Use MATLAB Mobile™ to complete end-to-end quantitative analysis and visualization sharing of running data

5 months ago | 5 downloads |

0.0 / 5
Thumbnail

Question


(Feature Request)How can I use the 'Simulation 3D Fisheye Camera' block to simulate a fisheye model that matches a known distortion table (FOV = 210°)?
As far as I know, the latest version of MATLAB currently supports many fisheye models (Pinhole Model with minor distortion, Kann...

6 months ago | 1 answer | 1

1

answer

Answered
alternative approach of "insertObjectAnnotation" function
@Yu Li You can use the title built-in function(only require MATLAB) to set a custom title — it is designed for graphics objects...

6 months ago | 0

| accepted

Discussion


Using the Levenberg–Marquardt optimizer in deep learning
Since R2024b, a Levenberg–Marquardt solver (TrainingOptionsLM) was introduced. The built‑in function trainnet now accepts traini...

6 months ago | 3

Discussion


Why do you still insist on using MATLAB as your primary tool and/or incorporate other languages in your workflow?
In our large open-source MATLAB Central community, there are many long-term excellent user groups. I really want to know why you...

7 months ago | 3

Answered
Convert mlapp to .m and .fig files
convert .mlapp to .m file diary demo.m type demo.mlapp diary off

7 months ago | 0

Submitted


Pretrained XFeat image-matching Model
Pretrained XFeat(Accelerated Features for Lightweight Image Matching) MATLAB Model

7 months ago | 1 download |

0.0 / 5
Thumbnail

Submitted


SVD-Fit-Line
Linear Least Squares Problems Using SVD, straight line fitting (2D and 3D)

7 months ago | 4 downloads |

0.0 / 5
Thumbnail

Submitted


segmentLaneMarkerRidge
粗糙、简单、有效的车道线特征检测算法实现

7 months ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Video-Stabilization
Real-Time Video Stabilization Using Kalman Filter

7 months ago | 1 download |

0.0 / 5
Thumbnail

Discussion


How do you feel about receiving marketing emails that are so accurately targeted at you?
I’m quite curious as to why this particular email was sent directly to my personal inbox. I have never actively subscribed to an...

8 months ago | 2

Question


imageshow can't show image in mlx file?
As far as I know, the imageshow function was introduced in R2024b and is very useful for displaying high-resolution images. Howe...

8 months ago | 0 answers | 1

0

answers

Discussion


Fun & Powerful Image Warping-MLS Deformation in MATLAB! 😄
Hey MATLAB enthusiasts! I just stumbled upon this hilariously effective GitHub repo for image deformation using Moving Least ...

8 months ago | 6

Submitted


Moving-Least-Squares-Image-Deformation
Moving Least Squares (MLS) deformation for images using control points. It supports affine, similar, and rigid transformations.

8 months ago | 3 downloads |

0.0 / 5
Thumbnail

Load more