已解决


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 years 前

已解决


Nearest Numbers
Given a row vector of numbers, find the indices of the two nearest numbers. Examples: [index1 index2] = nearestNumbers([2 5 3...

5 years 前

已解决


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

5 years 前

已解决


Reverse Run-Length Encoder
Given a "counting sequence" vector x, construct the original sequence y. A counting sequence is formed by "counting" the entrie...

5 years 前

已解决


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 years 前

已解决


Find the two most distant points
Given a collection of points, return the indices of the rows that contain the two points most distant from one another. The inpu...

5 years 前

已解决


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 years 前

已解决


Trimming Spaces
Given a string, remove all leading and trailing spaces (where space is defined as ASCII 32). Input a = ' singular value deco...

5 years 前

已解决


Implement a ROT13 cipher
Replace each character in string s1 with the character that is shifted 13 positions from it (wrap back to the beginning if neces...

5 years 前

已解决


Sums with Excluded Digits
Add all the integers from 1 to n in which the digit m does not appear. m will always be a single digit integer from 0 to 9. no...

5 years 前

已解决


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 years 前

已解决


Indexed Probability Table
This question was inspired by a Stack Overflow question forwarded to me by Matt Simoneau. Given a vector x, make an indexed pro...

5 years 前

已回答
Libraries (toolboxes and blocksets) download for Simulink
Hi Peter powerlib, powerlib_extras, powerlib_meascontrol, sps_avr, electricdrivelib,re_lib, spsDieselMotorModel are found in ...

5 years 前 | 0

已回答
how to add a pre-trained feedforward neural network in app designer
Hi Summia Shah Please refer below link for more information on the query. https://in.mathworks.com/matlabcentral/answers/...

5 years 前 | 0

已回答
how to train Alexnet from scratch (without transfer learning)?
Hi Jack Xiao You can refer the below link for training a network from scratch in MATLAB. https://in.mathworks.com/help/deep...

5 years 前 | 0

已回答
Function block is working in Matlab but not in simulink
Hi Michael From the Figure you have provided X_buff,Y_buff,Z_buff appear to be inputs (similar to IN blocks). While the X_bu...

5 years 前 | 0

已回答
How to prepare the data for Classification learner Toolbox?
Hi Abdulaziz Alghamdi Data preparation for training seems good. You can refer to “Compare and Improve Classification Models...

5 years 前 | 0

已回答
Running Python script in MATLAB - Get following error: ModuleNotFoundError: No module named 'odrive'
Hi Rachel Dunwoody Including full path of python.exe in the system command along with the .py file might help in resolving the...

5 years 前 | 1

已回答
How to protect data in the workspace
Hi Weihua Huang Please refer below link for more information on the query. https://in.mathworks.com/matlabcentral/answers/9...

5 years 前 | 1

| 已接受

已回答
How it is possible to find and use the thermolib toolbox?
Hi Concetta Thermolib is a third-party product. Please find more info below https://in.mathworks.com/products/connections/p...

5 years 前 | 0

已回答
How do I get 2 pages per sheet when printing file from Matlab Editor?
Hi Peter The default Page setup of MATLAB editor do not provide any options to change the number of pages to be printed in a si...

5 years 前 | 0

| 已接受

已回答
Multiplying transfer functions gives different bode plots
I am able to reproduce the issue mentioned by you only when I use your data. I have tried multiplying two custom discrete trans...

5 years 前 | 0