Solved


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

nästan 5 år ago

Solved


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

nästan 5 år ago

Solved


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

nästan 5 år ago

Solved


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

nästan 5 år ago

Solved


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

nästan 5 år ago

Solved


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

nästan 5 år ago

Solved


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

nästan 5 år ago

Solved


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

nästan 5 år ago

Solved


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

nästan 5 år ago

Solved


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

nästan 5 år ago

Solved


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

nästan 5 år ago

Solved


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

nästan 5 år ago

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

nästan 5 år ago | 0

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

nästan 5 år ago | 0

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

ungefär 5 år ago | 0

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

ungefär 5 år ago | 0

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

ungefär 5 år ago | 0

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

ungefär 5 år ago | 1

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

ungefär 5 år ago | 1

| accepted

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

ungefär 5 år ago | 0

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

ungefär 5 år ago | 0

| accepted

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

ungefär 5 år ago | 0