photo

Konark Kelaiya


Last seen: 3年弱 前 2011 年からアクティブ

Followers: 0   Following: 0

MATLAB Developer Professional Interests: Automotive,modelling, Communication

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

統計

All
MATLAB Answers

2 質問
7 回答

File Exchange

4 ファイル

Cody

0 問題
34 解答

ランク
2,341
of 300,799

評判
28

コントリビューション
2 質問
7 回答

回答採用率
50.0%

獲得投票数
6

ランク
8,474 of 21,092

評判
99

平均評価
5.00

コントリビューション
4 ファイル

ダウンロード
2

ALL TIME ダウンロード
898

ランク
16,325
of 171,134

コントリビューション
0 問題
34 解答

スコア
340

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

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

バッジを表示

Feeds

表示方法

回答済み
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...

9年以上 前 | 0

回答済み
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 ...

9年以上 前 | 0

| 採用済み

回答済み
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...

9年以上 前 | 0

回答済み
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...

9年以上 前 | 0

| 採用済み

回答済み
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. ...

9年以上 前 | 1

| 採用済み

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

9年以上 前 | 5

| 採用済み

質問


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

11年以上 前 | 1 件の回答 | 0

1

回答

質問


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

11年以上 前 | 0 件の回答 | 0

0

回答

回答済み
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...

13年以上 前 | 0