photo

Aiswarya Subramanian

MathWorks

Last seen: plus de 4 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

0 Questions
11 Réponses

Cody

0 Problèmes
30 Solutions

RANG
5 021
of 300 364

RÉPUTATION
10

CONTRIBUTIONS
0 Questions
11 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
1

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
18 027
of 168 407

CONTRIBUTIONS
0 Problèmes
30 Solutions

SCORE
300

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • 3 Month Streak
  • Knowledgeable Level 1
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
App Designer is slow to plot
Dear Jorge, UIAxes uses a different rendering engine than classic Axes. Reducing the size of the UIaxes could possibly improve ...

presque 5 ans il y a | 0

Réponse apportée
An license error occured when submitting a sbatch routine in slurm
Hello! The best way to resolve a License Manager Error -9 is by reactivating MATLAB with the activation client. Kindly refer to...

presque 5 ans il y a | 0

Réponse apportée
MATLAB app display error
Dear Sohail, The error message indicates that the Edit Field's Value must be a character vector or string. MATLAB does not auto...

presque 5 ans il y a | 0

Réponse apportée
Unable to Stop Server. Check the License search path and VD status.
Hello, Kindly refer to the following links: https://in.mathworks.com/matlabcentral/answers/98092-why-do-i-receive-license-man...

presque 5 ans il y a | 0

Réponse apportée
"Simulink is not available" error message when compiling or packaging an app.
Dear Dirk, The issue is most likely associated with licensing. The license administrator might have excluded the account from S...

presque 5 ans il y a | 1

| A accepté

Réponse apportée
Matlab crashes while loading canDatabase
Dear Georg, When these type of issues occur, kindly ensure that your ".dbc" file is valid. This can be done with a free 3rd par...

presque 5 ans il y a | 0

Réponse apportée
App designer: is there any way to get a cursor data point value in a colormap plot?
Dear Ali, Kindly refer to the following links https://in.mathworks.com/matlabcentral/answers/502194-how-to-get-point-value-in-...

presque 5 ans il y a | 0

Réponse apportée
I am looking for some resources to learn more about power-loss analysis modeling using Simulink?
Dear Atrin, Kindly refer to the following links: https://in.mathworks.com/help/physmod/sps/ug/perform-a-power-loss-analysis.ht...

presque 5 ans il y a | 0

Réponse apportée
Getting statistical Parameters from PSD plots
Hi Temisanren, Kindly refer to the MathWorks Documentation for calculating descriptive statistics: https://in.mathworks.com...

presque 5 ans il y a | 0

| A accepté

Réponse apportée
How do I run a freefem++ program from matlab?
Hi Daniel, The command you have used is correct, so it is possible that the file path name has spaces. Or else, kindly check t...

environ 5 ans il y a | 0

Réponse apportée
Can I prevent the Simulink accelerator from checking for recompiling?
Hi Fabian, Some Simulink blocks require the model to be compiled again when their parameters change. For example, if your mode...

environ 5 ans il y a | 0

A résolu


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

plus de 6 ans il y a

A résolu


Remove all the words that end with "ain"
Given the string s1, return the string s2 with the target characters removed. For example, given s1 = 'the main event' your ...

plus de 6 ans il y a

A résolu


QWERTY coordinates
Given a lowercase letter or a digit as input, return the row where that letter appears on a <http://en.wikipedia.org/wiki/Keyboa...

plus de 6 ans il y a

A résolu


Replace NaNs with the number that appears to its left in the row.
Replace NaNs with the number that appears to its left in the row. If there are more than one consecutive NaNs, they should all ...

plus de 6 ans il y a

A résolu


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

plus de 6 ans il y a

A résolu


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

plus de 6 ans il y a

A résolu


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

plus de 6 ans il y a

A résolu


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

plus de 6 ans il y a

A résolu


Find the longest sequence of 1's in a binary sequence.
Given a string such as s = '011110010000000100010111' find the length of the longest string of consecutive 1's. In this examp...

plus de 6 ans il y a

A résolu


Remove all the consonants
Remove all the consonants in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill'; Output s2 is 'a ...

plus de 6 ans il y a

A résolu


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

plus de 6 ans il y a

A résolu


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

plus de 6 ans il y a

A résolu


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

plus de 6 ans il y a

A résolu


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

plus de 6 ans il y a

A résolu


The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

plus de 6 ans il y a

A résolu


Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...

plus de 6 ans il y a

A résolu


Find the numeric mean of the prime numbers in a matrix.
There will always be at least one prime in the matrix. Example: Input in = [ 8 3 5 9 ] Output out is 4...

plus de 6 ans il y a

A résolu


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

plus de 6 ans il y a

A résolu


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

plus de 6 ans il y a

Charger plus