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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

| aceptada

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

más de 1 año hace | 0

Resuelto


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

alrededor de 2 años hace

Resuelto


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

alrededor de 2 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 2 años hace

Resuelto


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

alrededor de 2 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 2 años hace

Resuelto


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

alrededor de 2 años hace

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 2 años hace

Resuelto


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

alrededor de 2 años hace

Resuelto


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

alrededor de 2 años hace

Resuelto


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

alrededor de 2 años hace

Resuelto


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

alrededor de 2 años hace

Resuelto


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

alrededor de 2 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 2 años hace

Resuelto


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

alrededor de 2 años hace

Resuelto


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

alrededor de 2 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 2 años hace

Resuelto


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

alrededor de 2 años hace

Resuelto


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

alrededor de 2 años hace

Resuelto


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

alrededor de 2 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 2 años hace

Resuelto


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

alrededor de 2 años hace

Resuelto


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

alrededor de 2 años hace

Cargar más