A répondu
Help using rectangle() function to generate a matrix for image processing;
Hi, To save the figure generated by the code provided by you, you can use the savefig function as follows: savefig(<figurena...

plus de 4 ans il y a | 0

| A accepté

A répondu
Polyspace project is unable to load on server, project is getting failed even after successful compilation.
Hi, You can follow the link below to refer to the solution addressing a similar problem. https://www.mathworks.com/matlabcentr...

plus de 4 ans il y a | 0

A répondu
What kinds of coverages do Code Prover support?
Hi, Polyspace Code Prover is primarily used to check for runtime errors like division by zero, array indices going out of boun...

plus de 4 ans il y a | 0

A répondu
Label issue of training a faster R-CNN deep learning object detector
Hi, You can move the labels to the workspace and manipulate them according to your required size instead of labeling the whole...

plus de 4 ans il y a | 0

A répondu
How to improve the result of "Time Series Forecasting Using Deep Learning" ?
Hi, You can try tuning the parameters like ‘MiniBatchSize’, ‘MaxEpochs’ and ‘Solver’ to train the network well. Also try to t...

plus de 4 ans il y a | 1

A répondu
Best sources to develop a single class thin/slim custom deep learning model for object detection?
Hi, You can follow the following links to know more about creating and training your own networks using MATLAB’s Deep Learning...

plus de 4 ans il y a | 0

A répondu
How to change transparency and color of overlay using imshow?
Hi, Although your desired task may not possible using only imshow. You can use the function labeloverlay along with imshow to ...

plus de 4 ans il y a | 0

A répondu
How to create a nice point cloud from the blurred one
Hi, As per my understanding of your questions and comments, you want your point cloud to be represented with a fewer number of ...

plus de 4 ans il y a | 0

A répondu
Coordinate reprojection in Stereo Vision
Hi, As per my understanding, you have 2 images taken from a stereo camera and you want to project the points of one image onto ...

plus de 4 ans il y a | 0

A répondu
Unable to access indices of TypedArray in MEX C++
Hi, Using mex function may seem to be slow during the first run of your simulation because it also involves building the file. ...

plus de 4 ans il y a | 0

A répondu
single load, and library issues.
Hi, As per my understanding, you are looking for a component which can help you create a low voltage network in Simulink. You...

plus de 4 ans il y a | 0

A répondu
Kmeans with image feature for comparison
As per my understanding, your goal is to group similar images into one cluster. Assuming that the dataset of the images you ar...

plus de 4 ans il y a | 0

A répondu
Problem with number of Parameters in S-Function Builder
Hi, This bug has been fixed now. You can either install MATLAB R2019a or get an update of MATLAB R2018b Update 2.

plus de 4 ans il y a | 0

A répondu
Legend for plotroc precompiled?
Hi, As per my understanding, you are trying to change the legend of the roc curves which are being plotted using plotroc() func...

plus de 4 ans il y a | 1

A répondu
Printing debugging information simulink
Hi, As per my understanding, you are trying to debug your Simulink model which contains MATLAB function blocks. You are looking...

plus de 4 ans il y a | 0

A résolu


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

environ 5 ans il y a

A résolu


Pangrams!
A pangram, or holoalphabetic sentence, is a sentence using every letter of the alphabet at least once. Example: Input s ...

environ 5 ans il y a

A résolu


Binary numbers
Given a positive, scalar integer n, create a (2^n)-by-n double-precision matrix containing the binary numbers from 0 through 2^n...

environ 5 ans il y a

A résolu


Bullseye Matrix
Given n (always odd), return output a that has concentric rings of the numbers 1 through (n+1)/2 around the center point. Exampl...

environ 5 ans il y a

A résolu


Return the largest number that is adjacent to a zero
This example comes from Steve Eddins' blog: <http://blogs.mathworks.com/steve/2009/05/27/learning-lessons-from-a-one-liner/ Lear...

environ 5 ans il y a

A résolu


Clean the List of Names
Given a list of names in a cell array, remove any duplications that result from different capitalizations of the same string. So...

environ 5 ans il y a

A résolu


It dseon't mettar waht oedrr the lrettes in a wrod are.
An internet meme from 2003 (read more <http://www.snopes.com/language/apocryph/cambridge.asp here>) asserted that readers are re...

environ 5 ans il y a

A résolu


Find the alphabetic word product
If the input string s is a word like 'hello', then the output word product p is a number based on the correspondence a=1, b=2, ....

environ 5 ans il y a

A résolu


Find state names that start with the letter N
Given a list of US states, remove all the states that start with the letter N. If s1 = 'Alabama Montana Nebraska Vermont Ne...

environ 5 ans il y a

A résolu


Return a list sorted by number of occurrences
Given a vector x, return a vector y of the unique values in x sorted by the number of occurrences in x. Ties are resolved by a ...

environ 5 ans il y a

A résolu


Remove the small words from a list of words.
Your job is to tidy up a list of words that appear in a string. The words are separated by one or more spaces. Remove all words ...

environ 5 ans il y a

A résolu


Quote Doubler
Given a string s1, find all occurrences of the single quote character and replace them with two occurrences of the single quote ...

environ 5 ans il y a

A résolu


Alphabetize by last name
Given a list of names in a cell array, sort the list by the last name. So if list = {'Barney Google','Snuffy Smith','Dagwood ...

environ 5 ans il y a

A résolu


Sort a list of complex numbers based on far they are from the origin.
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...

environ 5 ans il y a

A résolu


Most nonzero elements in row
Given the matrix a, return the index r of the row with the most nonzero elements. Assume there will always be exactly one row th...

environ 5 ans il y a

Charger plus