Resuelto


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

alrededor de 5 años hace

Resuelto


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

alrededor de 5 años hace

Resuelto


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

alrededor de 5 años hace

Resuelto


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

alrededor de 5 años hace

Resuelto


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

alrededor de 5 años hace

Resuelto


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

alrededor de 5 años hace

Resuelto


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

alrededor de 5 años hace

Resuelto


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

alrededor de 5 años hace

Resuelto


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

alrededor de 5 años hace

Resuelto


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

alrededor de 5 años hace

Resuelto


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

alrededor de 5 años hace

Resuelto


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

alrededor de 5 años hace

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

alrededor de 5 años hace | 0

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

alrededor de 5 años hace | 0

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

más de 5 años hace | 0

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

más de 5 años hace | 0

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

más de 5 años hace | 0

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

más de 5 años hace | 1

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

más de 5 años hace | 1

| aceptada

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

más de 5 años hace | 0

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

más de 5 años hace | 0

| aceptada

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

más de 5 años hace | 0