Community Profile

photo

raqib Iqbal


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


how to plot graph?
x=[10, 20 ,30,40,50] y=[0.987, 0.972, 0.958, 0.938, 0.919] i want to plot this point but every time giving error..plz help me

4 years 前 | 1 个回答 | 0

1

个回答

提问


how to set different limit for plotting graph
what syntaxes is to use if i want x axis limit 10 to 50 with gap of 10 and y axis limit 0.86 to 1.00 with a gap of 0.02 & ...

4 years 前 | 0 个回答 | 0

0

个回答

提问


how to run this p_allocation 5 times and plot with x =[10,20,30,40,50]
clear all close all clc Device = [1 0;2 0;3 0;4 0;5 0;6 0;7 0;8 0;9 0;10 0] RB = [1 6; 2 7;3 4;4 9;5 1;6 12] enodeB = [1 2...

4 years 前 | 0 个回答 | 0

0

个回答

提问


how to put rand syntax in a matrix operation?
cellular=1:100 resource=[1 8;2 12;3 7;4 18;5 17] ROM = [cellular(1:size(resource,1)).', sortrows(resource, 2)]; ROM = ROM(RO...

4 years 前 | 0 个回答 | 0

0

个回答

已回答
matlab conersion code needed
clear all device=10:20 block=[1 16;2 18;3 17;4 21;5 23] ROM = [device(1:size(block,1)).', sortrows(block, 2, 'descend')] ...

4 years 前 | 0

提问


matlab conersion code needed
clear all; device = [10:1:20]; block = [1 16;2 18; 3 17; 4 21; 5 23]; block_sort = sortrows(block,-2); ROM (:,1) = device; ...

4 years 前 | 2 个回答 | 0

2

个回答

提问


selection of specific value of a column from a matrix
cellular=1:6 resource=[1 6;2 12;3 7;4 3;5 17] what are the syntaxes are to use if i want cellular value select row with min co...

4 years 前 | 1 个回答 | 0

1

个回答

提问


how to find max to min of colum value and display with rows
device=1:20 block=[1 10;2 11;3 7;4 13;5 14] resource=block(block(:,1) == max(block(:,1)),:) ROM=[device(1) resource] o...

4 years 前 | 1 个回答 | 0

1

个回答

提问


how to find max of a column and run it in a loop
device=[1 2 3 4 5 6 7 8 9 10] block=[1 10;2 11;3 7;4 13;5 14] new=block(block(:,1) == max(block(:,1)),:) how to run this m...

4 years 前 | 1 个回答 | 0

1

个回答

提问


how to give column header name
block=[1 10;2 11;3 12;4 13;5 14] how to make individual column name? like c1=channel and c2=quality and display the column with...

4 years 前 | 1 个回答 | 0

1

个回答

提问


how to call output of a problem from another program
clear all close all clc Device = [1 0;2 0;3 0;4 0;5 0;6 0;7 0;8 0;9 0;10 0] RB = [1 6; 2 7;3 4;4 9;5 1;6 12] enodeB = [1 2...

4 years 前 | 0 个回答 | 0

0

个回答