解決済み


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

8ヶ月 前

解決済み


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

8ヶ月 前

解決済み


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

8ヶ月 前

解決済み


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

8ヶ月 前

解決済み


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

8ヶ月 前

解決済み


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

8ヶ月 前

解決済み


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

8ヶ月 前

解決済み


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

8ヶ月 前

解決済み


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

8ヶ月 前

解決済み


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

8ヶ月 前

解決済み


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

8ヶ月 前

解決済み


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

8ヶ月 前

質問


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

9ヶ月 前 | 0 件の回答 | 1

0

回答

送信済み


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

9ヶ月 前 | ダウンロード 10 件 |

0.0 / 5
Thumbnail

回答済み
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ヶ月 前 | 0

Poll


How Should MATLAB's Help Documentation Be Presented?

10ヶ月 前 | 35 votes | 9 comments

解決済み


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ヶ月 前

解決済み


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ヶ月 前

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ヶ月 前 | 0

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

11ヶ月 前 | 0

送信済み


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

11ヶ月 前 | ダウンロード 12 件 |

0.0 / 5
Thumbnail

質問


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

11ヶ月 前 | 1 件の回答 | 1

1

回答

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

12ヶ月 前 | 0

| 採用済み

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

12ヶ月 前 | 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...

約1年 前 | 3

回答済み
Convert mlapp to .m and .fig files
convert .mlapp to .m file diary demo.m type demo.mlapp diary off

約1年 前 | 0

送信済み


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

約1年 前 | ダウンロード 14 件 |

0.0 / 5
Thumbnail

送信済み


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

約1年 前 | ダウンロード 5 件 |

0.0 / 5
Thumbnail

送信済み


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

約1年 前 | ダウンロード 2 件 |

0.0 / 5
Thumbnail

送信済み


Video-Stabilization
Real-Time Video Stabilization Using Kalman Filter

約1年 前 | ダウンロード 14 件 |

0.0 / 5
Thumbnail

さらに読み込む