photo

Konark Kelaiya


Last seen: presque 3 ans il y a Actif depuis 2011

Followers: 0   Following: 0

Message

MATLAB Developer Professional Interests: Automotive,modelling, Communication

Programming Languages:
MATLAB
Spoken Languages:
English, Hindi
Pronouns:
He/him

Statistiques

All
MATLAB Answers

2 Questions
7 Réponses

File Exchange

4 Fichiers

Cody

0 Problèmes
34 Solutions

RANG
2 341
of 300 779

RÉPUTATION
28

CONTRIBUTIONS
2 Questions
7 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
6

RANG
8 475 of 21 084

RÉPUTATION
99

CLASSEMENT MOYEN
5.00

CONTRIBUTIONS
4 Fichiers

TÉLÉCHARGEMENTS
2

ALL TIME TÉLÉCHARGEMENTS
898

RANG
16 317
of 170 997

CONTRIBUTIONS
0 Problèmes
34 Solutions

SCORE
340

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Thankful Level 1
  • Knowledgeable Level 2
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
N-dimensional arrays are not supported.
Your H1 or H whatever the variable is 3D matrix however when you get the size of H with [I,r,h3] it will return matrix size valu...

plus de 9 ans il y a | 0

Réponse apportée
how to store output values in a matrix for each output variable?
Initialize another variable say X3 as X3 = [] Then use X3 to store x1 and g(x) values Modify this portion of code as ...

plus de 9 ans il y a | 0

| A accepté

Réponse apportée
How to create a second x-axis on top of 2d plot, where I'm plotting units in nm on the x-axis. I want to calculate the corresponding electron-volt value, and display this value on the x-axis on top of the plot. How can I do this?
Well plotxx or plotyy will do the plot that you want. Rest about equal values for both axis it is possible if both axis have sam...

plus de 9 ans il y a | 0

Réponse apportée
add function to toolbox path
Well Private functions are meant for the purpose that it won't be seen from any other directory or functions kept other than its...

plus de 9 ans il y a | 0

| A accepté

Réponse apportée
How to open / step-in generic function in debug mode?
MATLAB in-built functions comes with different category 1 - P-code (encoded form of function) - Can't be debugged at all. ...

plus de 9 ans il y a | 1

| A accepté

Réponse apportée
default figure title font weight
Use below code in Command Window or script and title will be in 'normal' form set(0,'DefaultAxesTitleFontWeight','normal'); ...

plus de 9 ans il y a | 5

| A accepté

Question


Exclude Digits from String using Regexp in MATLAB
Need to exclude Numbers from String and returns cell arrays of strings in MATLAB e.g str = 'abc76.5_pol0.00_Ev0.3' ...

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


Exception in thread "AWT-EventQueue-0" , java.lang.NullPointerException for MATLAB Command Window Usage
I have used com.mathworks.mde.cmdwin.CmdWin.getInstance() , to get the insatnce of command window in script. After creati...

plus de 11 ans il y a | 1 réponse | 0

0

réponse

A soumis


GetNegativeRoot similar to That of Positive Integers
GetNegativeRoot similar to That of Positive Integers

presque 13 ans il y a | 1 téléchargement |

5.0 / 5

A soumis


Bulk File Rename
GUI Renames multiple files within a folder with same extension

environ 13 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

Réponse apportée
how do i give xxx.txt file as input to Embedded Matlab Function in simulink model
Yes.. Make MATLAB function script file to read the data from xxx.txt file , wherein there are lots of handy function which ca...

plus de 13 ans il y a | 0

A résolu


Make a Palindrome Number
Some numbers like 323 are palindromes. Other numbers like 124 are not. But look what happens when we add that number to a revers...

plus de 13 ans il y a

A résolu


Renaming a field in a structure array
MATLAB has a <http://www.mathworks.com/help/techdoc/ref/setfield.html setfield> and a <http://www.mathworks.com/help/techdoc/ref...

plus de 13 ans il y a

A résolu


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

plus de 13 ans il y a

A résolu


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

plus de 13 ans il y a

A résolu


Extract leading non-zero digit
<http://en.wikipedia.org/wiki/Benford%27s_law Benford's Law> states that the distribution of leading digits is not random. This...

plus de 13 ans il y a

A résolu


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

plus de 13 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 13 ans il y a

A résolu


Most nonzero elements in row
Given the matrix a, return the index r of the row with the most nonzero elements. Assume there will always be exactly one row th...

plus de 13 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...

presque 14 ans il y a

A résolu


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

presque 14 ans il y a

A résolu


Is my wife right?
Regardless of input, output the string 'yes'.

presque 14 ans il y a

A résolu


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

presque 14 ans il y a

A résolu


Make one big string out of two smaller strings
If you have two small strings, like 'a' and 'b', return them put together like 'ab'. 'a' and 'b' => 'ab' For extra ...

presque 14 ans il y a

A résolu


Omit columns averages from a matrix
Omit columns averages from a matrix. For example: A = 16 2 3 13 5 11 10 8 9 7 ...

presque 14 ans il y a

A résolu


First N Perfect Squares
*Description* Return the first N perfect squares *Example* input = 4; output = [ 1 4 9 16 ];

presque 14 ans il y a

A résolu


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

presque 14 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

presque 14 ans il y a

A résolu


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

presque 14 ans il y a

A résolu


Increment a number, given its digits
Take as input an array of digits (e.g. x = [1 2 3]) and output an array of digits that is that number "incremented" properly, (i...

presque 14 ans il y a

Charger plus