已回答
How is "toe angle" defined in suspension module?
Hi, As per my understanding, you would like to know how toe angle is defined in suspension module. Toe angle is defined as ...

1 year 前 | 0

已回答
What is an alternative for 'extractBefore' in MATLAB 2015b
Hi Kavin, As per my understanding, you want to get an alternative for ‘extractBefore’ function in MATLAB 2015b. The ‘extrac...

1 year 前 | 0

已回答
I am creating a hybrid filter of median and wiener but why does this error occurs ?
Hi Dhinagaran, As per my understanding, you are creating a hybrid median and wiener filter, but you are facing error with ‘med...

1 year 前 | 0

已回答
Com Port Error in Matlab Simulink RoTH function with Arduino Due
Hi Chit, As per my understanding, you are getting ‘COM Port’ error when you are using Arduino Due board with Run on target/Boa...

1 year 前 | 0

已回答
factorization of Multivariate polynomial
Hi Bruno, As per my understanding, you want to factorize a polynomial in a complex field, and you are getting result of this s...

1 year 前 | 0

已回答
Matlab R2022b installer fails during MacOS indentity check w/ wrong application checksum message
Hi Tom, As per my understanding, you are facing an issue with MacOS warning pop-up complains that the application checksum has...

1 year 前 | 0

已回答
data transfer to matlab workspace by running the simulink control logic in Arduino due hardware
Hi Aakash, As per my understanding, you are using an Arduino Due and you want to run your complete control loop in hardware an...

1 year 前 | 0

| 已接受

已回答
Backward and Forward stepwise regression?
Hi Azarang, As per my understanding, you would like to know how to do either forward or backward elimination in stepwise regres...

1 year 前 | 0

已解决


Making change
Given an amount of currency, return a vector of this form: [100 50 20 10 5 2 1 0.5 0.25 0.1 0.05 0.01] Example: Input a = ...

2 years 前

已解决


Which doors are open?
There are n doors in an alley. Initially they are all shut. You have been tasked to go down the alley n times, and open/shut the...

2 years 前

已解决


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

2 years 前

已解决


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

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

2 years 前

已解决


Which values occur exactly three times?
Return a list of all values (sorted smallest to largest) that appear exactly three times in the input vector x. So if x = [1 2...

2 years 前

已解决


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

2 years 前

已解决


Counting Money
Add the numbers given in the cell array of strings. The strings represent amounts of money using this notation: $99,999.99. E...

2 years 前

已解决


Remove the vowels
Remove all the vowels in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill' Output s2 is 'Jck nd Jll wn...

2 years 前

已解决


Target sorting
Sort the given list of numbers |a| according to how far away each element is from the target value |t|. The result should return...

2 years 前

已解决


Get the area codes from a list of phone numbers
Given a string of text with phone numbers in it, return a unique'd cell array of strings that are the area codes. s = '508-647...

2 years 前

已解决


Counting in Finnish
Sort a vector of single digit whole numbers alphabetically by their name, in Finnish. See the Wikipedia page for <http://en.wik...

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

2 years 前

已解决


Remove the polynomials that have positive real elements of their roots.
The characteristic equation for a dynamic system is a polynomial whose roots indicate its behavior. If any of the roots of the p...

2 years 前

已解决


Prime factor digits
Consider the following number system. Calculate the prime factorization for each number n, then represent the prime factors in a...

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

2 years 前

已解决


Counting Sequence
Given a vector x, find the "counting sequence" y. A counting sequence is formed by "counting" the entries in a given sequence...

2 years 前

已解决


Maximum running product for a string of numbers
Given a string s representing a list of numbers, find the five consecutive numbers that multiply to form the largest number. Spe...

2 years 前

已解决


Duplicates
Write a function that accepts a cell array of strings and returns another cell array of strings *with only the duplicates* retai...

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

2 years 前

已解决


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

2 years 前

已解决


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

2 years 前

加载更多