Community Profile

photo

VIJAY


Last seen: 2 months ago Active since 2017

Statistics

  • Explorer
  • First Review
  • Thankful Level 3

View badges

Content Feed

View by

Question


How to draw 3D plot in matlab with labels?
I have 70*6 matrix .The row indicate as Line Number and column indicates asPower Loss. I have to draw a 3D plot for 70Line numbe...

4 years ago | 1 answer | 0

1

answer

Question


How to form a matrix as our requirements??????
Hello I wanna create a matrix as size is 50rows 6 columns.The sum of each row is 100. the value limits is 0 to 100 its ...

4 years ago | 1 answer | 0

1

answer

Question


How to a two plot in same x value for different y value?
I write a matlab program as follow clear all;clc; file1; y=0; for t=1:100 y=y+2; end plot(y,'b','linewidth',3); in file1...

4 years ago | 1 answer | 0

1

answer

Question


Why is a new instance of MATLAB R2012b opened when I double-click on a MATLAB file in even if I have one instance of MATLAB already open on my Windows 7 machine?
I have full administrative privileges on my Windows 7 machine and I run MATLAB R2012b as an administrator. I then open a double...

4 years ago | 0 answers | 0

0

answers

Question


New Script keeps opening in new window instead of a tab
I accidentally did something on my script file and now when I hit new script, it opens a new script in a new window instead of ...

4 years ago | 1 answer | 0

1

answer

Question


How to form a matrix from a given condition?
I want a 24*5 matrix which have only 1,-1,&0 values

4 years ago | 1 answer | 0

1

answer

Question


How to generate random number within a range?
I want to generate a random number between 0.2 to 1

4 years ago | 1 answer | 0

1

answer

Question


How can i run radial power flow in MATPOWER7.0?
While i am run the radial_pf.m file the following error displayed as "Undefined function or variable 'mpc'.".How can i get the s...

4 years ago | 0 answers | 0

0

answers

Question


How to form a matrix ?
name=['ajay;sekar;tom] have scor the mark1 is[20;30;40]; and also mark2 is[25;35;45]; and also mark3 is[23;33;43]; i want to dis...

4 years ago | 1 answer | 0

1

answer

Question


How can i add DSTATCOM in radial distribution system by using matlab code ?
What is the formulation require for adding DSTATCOM in IEEE33 radial distribution system?

4 years ago | 2 answers | 0

2

answers

Question


How made the code as easy?
P=[1 32 3 78 5 6 7 8 9 10] ;P is my original array which has the size is 1*10; I have Q=[2 4...

5 years ago | 2 answers | 0

2

answers

Question


How to print result in matlab?
I have to print from date to To date with day.For example from date:31.10.18; To date:3.11.18; my require output is ...

5 years ago | 1 answer | 0

1

answer

Question


How to velocity update in PSO?
I have 1000 room each room has inside different cash and also all the rooms are closed on initial state. At that time 5 roo...

5 years ago | 1 answer | 1

1

answer

Question


what is the single command?????????
I want to create matrix size is 100*12. Each row contain only 5 zeros other elements are 1. for ex A=[1 1 1 0 0 1 1 0 0 0...

5 years ago | 2 answers | 1

2

answers

Question


what is the expect command???????
i have a matrix is A.The size of matrix of A is 16*18. The matrix B=[ 5 15; 7 5; 10 11; 11 13; ...

5 years ago | 1 answer | 0

1

answer

Question


How to delete multiple row and column in matrix A and Delete row and column specified in matrix B?????????????/
A =[ 1 2 3 4 5 6 7 1 2 3 4 5 6 7 1 2 3 4 5 ...

5 years ago | 1 answer | 0

1

answer

Question


how to delete row and column at a single command????????????
A=[1 2 3 4 5; 6 7 8 9 10; 11 12 13 14 15; 16 17 18 19 20;]; I want to delete 2row and 2 column,4 row and 4 column my re...

5 years ago | 3 answers | 0

3

answers

Question


Find does not work according to the condition?
I have a=[1 2 3]; b=[4 5 6 7]; c=[7 2] How do I make them above different size matrix a single array like as foll...

5 years ago | 2 answers | 0

2

answers

Question


Need a command as simple things sir
* Any array size example of 5*4 or 7*8 etc....... * No repeated value in a row only . * Integer as a whole value and also it s...

6 years ago | 2 answers | 0

2

answers

Question


hai i need a command for following details........
Here i am using the following command as >> randperm(12,4) >> 1 3 8 12 In above command the maximum...

6 years ago | 3 answers | 0

3

answers

Question


i need a command
randi(12,4,3) >>3 4 2 3 5 5 2 3 4 1 2 3 i want non repeated value in row only which command can i use????????? ...

6 years ago | 1 answer | 0

1

answer

Question


Hello friends can anyone please tell me the command
>>randi(12,4,3) >>3 4 5; 2 4 2; 1 2 3; 7 8 9 As above the result in second row the 2 number is repeated in same row,In...

6 years ago | 0 answers | 0

0

answers

Question


How can i get the output?
i have the matrix A=[1 2 4; 1 2 3; 4 5 6; 7 8 9; 4 5 8; 9 1 3]; i hope to compare first t...

6 years ago | 1 answer | 0

1

answer