A résolu


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

7 mois il y a

A résolu


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

7 mois il y a

A résolu


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

7 mois il y a

A résolu


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

7 mois il y a

A résolu


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

7 mois il y a

A résolu


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

7 mois il y a

A résolu


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

7 mois il y a

A résolu


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

7 mois il y a

A résolu


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

7 mois il y a

A résolu


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

7 mois il y a

A résolu


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

7 mois il y a

A résolu


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

7 mois il y a

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

8 mois il y a | 1 réponse | 1

0

réponse

A soumis


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

8 mois il y a | 1 téléchargement |

0.0 / 5
Thumbnail

Réponse apportée
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 ...

9 mois il y a | 0

Poll


How Should MATLAB's Help Documentation Be Presented?

10 mois il y a | 35 votes | 9 comments

A résolu


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

10 mois il y a

A résolu


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

10 mois il y a

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

10 mois il y a | 0

Réponse apportée
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.

10 mois il y a | 0

A soumis


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

10 mois il y a | 3 téléchargements |

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

10 mois il y a | 1 réponse | 1

1

réponse

Réponse apportée
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...

11 mois il y a | 0

| A accepté

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

11 mois il y a | 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...

12 mois il y a | 3

Réponse apportée
Convert mlapp to .m and .fig files
convert .mlapp to .m file diary demo.m type demo.mlapp diary off

12 mois il y a | 0

A soumis


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

12 mois il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


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

12 mois il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


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

12 mois il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


Video-Stabilization
Real-Time Video Stabilization Using Kalman Filter

12 mois il y a | 2 téléchargements |

0.0 / 5
Thumbnail

Charger plus