Risolto


Inner product of two vectors
Find the inner product of two vectors.

9 mesi fa

Risolto


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

9 mesi fa

Risolto


Find the maximum number of decimal places in a set of numbers
Given a vector or matrix of values, calculate the maximum number of decimal places within the input. Trailing zeros do not count...

9 mesi fa

Risolto


Make roundn function
Make roundn function using round. x=0.55555 y=function(x,1) y=1 y=function(x,2) y=0.6 y=function(x,3) ...

9 mesi fa

Risolto


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

9 mesi fa

Risolto


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

9 mesi fa

Risolto


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

9 mesi fa

Risolto


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

9 mesi fa

Risolto


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

9 mesi fa

Risolto


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

9 mesi fa

Risolto


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

9 mesi fa

Risolto


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

9 mesi fa

Domanda


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

10 mesi fa | 0 risposte | 1

0

risposte

Inviato


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

10 mesi fa | 10 download |

0.0 / 5
Thumbnail

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

10 mesi fa | 0

Poll


How Should MATLAB's Help Documentation Be Presented?

11 mesi fa | 35 votes | 9 comments

Risolto


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

11 mesi fa

Risolto


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

11 mesi fa

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

11 mesi fa | 0

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

12 mesi fa | 0

Inviato


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

12 mesi fa | 12 download |

0.0 / 5
Thumbnail

Domanda


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

12 mesi fa | 1 risposta | 1

1

risposta

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

circa un anno fa | 0

| accettato

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

circa un anno fa | 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...

circa un anno fa | 3

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

circa un anno fa | 0

Inviato


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

circa un anno fa | 14 download |

0.0 / 5
Thumbnail

Inviato


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

circa un anno fa | 5 download |

0.0 / 5
Thumbnail

Inviato


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

circa un anno fa | 2 download |

0.0 / 5
Thumbnail

Inviato


Video-Stabilization
Real-Time Video Stabilization Using Kalman Filter

circa un anno fa | 14 download |

0.0 / 5
Thumbnail

Carica altro