photo

Konark Kelaiya


Last seen: circa 2 anni fa Attivo dal 2011

Followers: 0   Following: 0

Messaggio

MATLAB Developer Professional Interests: Automotive,modelling, Communication

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

Statistica

All
MATLAB Answers

2 Domande
7 Risposte

File Exchange

4 File

Cody

0 Problemi
34 Soluzioni

RANK
2.306
of 298.227

REPUTAZIONE
28

CONTRIBUTI
2 Domande
7 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
6

RANK
8.399 of 20.552

REPUTAZIONE
99

VALUTAZIONE MEDIA
5.00

CONTRIBUTI
4 File

DOWNLOAD
2

ALL TIME DOWNLOAD
897

RANK
14.868
of 160.627

CONTRIBUTI
0 Problemi
34 Soluzioni

PUNTEGGIO
340

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

Visualizza badge

Feeds

Visto da

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

oltre 8 anni fa | 0

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

oltre 8 anni fa | 0

| accettato

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

oltre 8 anni fa | 0

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

oltre 8 anni fa | 0

| accettato

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

oltre 8 anni fa | 1

| accettato

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

oltre 8 anni fa | 5

| accettato

Domanda


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

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 11 anni fa | 0 risposte | 0

0

risposte

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

oltre 12 anni fa | 0