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

5年以上 前 | 0

| 採用済み

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

5年以上 前 | 0

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

5年以上 前 | 0

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

5年以上 前 | 0

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

5年以上 前 | 1

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

5年以上 前 | 0

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

5年以上 前 | 0

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

5年以上 前 | 0

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

5年以上 前 | 0

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

5年以上 前 | 0

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

5年以上 前 | 0

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

5年以上 前 | 0

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

5年以上 前 | 0

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

5年以上 前 | 1

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

5年以上 前 | 0

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

さらに読み込む