Sultan - MATLAB Central
photo

Sultan


Last seen: 4ヶ月 前 2017 年からアクティブ

Followers: 0   Following: 0

I am a PhD scholar and senior project scientist on a DST project in the School of Computing and Electrical Engineering at IIT Mandi, India. I was a Junior Research Fellow on National Board of Higher Mathematics (NBHM) project at Indian Institute of Technology Mandi, India. I did M.Tech in Computation and Systems Biology from Jawaharlal Nehru University, New Delhi and M.Sc and B.Sc (Hons) in Mathematics from Aligarh Muslim University, India.

統計

MATLAB AnswersFrom 09/17 to 03/25Use left and right arrows to move selectionFrom 09/17Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

10 質問
2 回答

ランク
254,659
of 297,672

評判
0

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

回答採用率
60.0%

獲得投票数
0

ランク
 of 20,464

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,351

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • First Review
  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Parallel for loop in loading files
I would like to make the following code in parallel. Could you please help me? clear all; clc; for kk= 1:30014 m = 0...

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

1

回答

質問


Solving system of inequalities and plot in 3-dimensional
Hello everyone, I would like to solve the following system of inequalities: and then plotted (by hand) the vertices as shown...

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

1

回答

質問


Finding extreme points in the convex hull
Suppose I have 1000 extreme points. I am computing volume of the convex hull generated by the points. But in these extreme point...

6年弱 前 | 1 件の回答 | 0

1

回答

回答済み
Optimize the Max Min over two sets for the given function
Is it correct code for the above problem? In place of λ, I have used x. A = [1 2 4; 2 3 4; 1 2 3]; B = [1 2 4; 1 2 3]; %Given:...

約6年 前 | 0

回答済み
Minimization of a function
Is it correct code for the above problem? In place of , I have used x. A = [1 2 4; 2 3 4; 1 2 3]; B = [1 2 4; 1 2 3] %Given: A...

約6年 前 | 0

質問


Minimization of a function
I have only two matrices A=[1,2 4; 2, 3, 4; 1, 2,3] and B=[1,2 4; 1, 2,3] in my hands. I want to solve the following problem. ...

約6年 前 | 2 件の回答 | 0

2

回答

質問


Optimize the Max Min over two sets for the given function
Hello Guys, I have two matricis and whose rows represents the extreme points and all the rows of are also the rows of i.e.,...

約6年 前 | 4 件の回答 | 0

4

回答

質問


Compute all permutations of a given inequality in terms of coefficients matrix
Hello friends, I have inequality say , where denotes the mutual information between and . The canonical form of the above ine...

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

0

回答

質問


How To extract a matrix from the text file?
* end cdd+: Double Description Method in C++:Version 0.77(August 19, 2003) * Copyright (C) 1999, Komei Fukuda * Compiled...

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

1

回答

質問


How to combine numerator and denominator in original form
Hello Everyone, suppose I have one vector say v =[ 2021429518004981288989071978287/3538031894290286283107218751488, 165964272...

7年以上 前 | 2 件の回答 | 0

2

回答

質問


Generating 15 random values (array of 1x15 dim) whose sum equal to 1.
How I can generate a random vector v = [v1, ..., v15] such that v1+...+v15 = 1. Please help me. :MSA

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

1

回答

質問


Adding Arrays of cells
I have ten arrays of 15-dimensional A1, ..., A10 which consist of cells of different size. All arrays have same format i.e., sa...

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

1

回答