Community Profile

photo

abdullah al-dulaimi


Last seen: Today Aktiv seit 2022

Statistiken

  • Thankful Level 4
  • Explorer

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


How to delete max values for every 5 rows
I want to delete the max value for column 1 for every 5 rows with idx column 2 The matrix A = 1 1 2 ...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How can i delete max values for each 5 rows in vector
i have this vector A= 1 14 4 23 3 8 9 12 4 5 2 4 19 20 22 A=A' The result will be R= 1 14 4 3 8 9 4 5 ...

etwa ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


How to find the value before max value for vector for each 10 rows
i have a vector , A=1:1:100 I want to find the values befor max values , so the result wii be, 9 19 29 39 49 59 69 79 89 99...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How to find max values in vector for each 10 rows
A=rand(1, 100) For each 10 rows, i want to find max value

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How to hold on values in ''Vector" with the continuity of the loop
I have this example: for t=20:10:30 for i=900 a=t+i end end I want result to be (Vector a): a= ...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Loop For extract maximum rows of matrix based on vectors
I have this data , Consist of 3 vectors, i want to create a Loop for 1:5: size(data) , to extract rows that have maximum value...

mehr als ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


divide row and plot it
I have this data, data=[1 2 3 1 2 3; 7 8 9 10 11 12] , the data consist of 2 columns, So i want to take a for loop for i = 1:...

mehr als ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


Plot 2 columns in matrix depend on another column
I have this data below, I want create loop to plot colum number 4 and 5 depend on column number 1, So the result for loop will b...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Loop for plot vectors
I have this Data below, I want to plot column number 4 with 5 For each 10 raws, i try to use loop for this issue to plot all d...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Why i get empty (black image) when extract the pixel label data
when i extract pixel label data to path forlder i founded the images empty (black images)!!

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


how to generate rain for clear images?
how to generate rain for clear images?

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How to change image size from 224 x 224 x 1 to 224 x 224 x 3
i have images with 224 x 224 x 1 size i want to convert it to 224 x 224 x 3

mehr als ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


How process all images in one Time
I have this code for only one image, How can i change code to process all images in one time. clear all; clc; %% Getting ...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Ho can i imread all images in the Path
I have this Code for only one image, I want to convert code to imread all images in the path = ('C:\Users\hp\Desktop\New folde...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Merge the multi-columns, multi-rows in one column, one row
4755×5 table filename ...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How do I merge squares
T= 1 2 3 4 5 6 Result = [1,2] [3,4] [5,6] I want to get the result, result will be one coluom...

mehr als ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


How to concatenate 4 columns in one table into one coulomb
Table 1 imageFilename xmin ym...

mehr als ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


move data from table to another table
table A imageFilename xmin ymi...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


I sued (readtable) to read images.xml, So how can i read all images file in one time
T = readtable('Japan_000000.xml'); How can i read all images in one time

mehr als ein Jahr vor | 0 Antworten | 0

0

Antworten

Frage


I want to move data from one table to another
T= xmin ymin xmax ymax ____ ____ ____ ____ 406 475 600 596 409 373 ...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


how can i augment my images data and save it in this path : C:\Users\hp\Desktop\\My papers\CNN 9\2\Data\S\Images
I want to use augmentation to my dataset

mehr als ein Jahr vor | 0 Antworten | 0

0

Antworten

Frage


how to export roboflow annotation to .mat file
how to export roboflow annotation to .mat file

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How to increase MiniBatchSize
Name: 'NVIDIA GeForce RTX 2060' Index: 1 ComputeCapability: '7.5' SupportsDouble: ...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


I have a problem with my detector , i get [bbox, score, label] empty.
%% detection pp=alexnet; pp1=pp.Layers; pp=pp.Layers(1:19); ppp=[pp fullyConnectedLayer(2) softmaxLayer() cla...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

1

Antwort

Frage


How to convert all path images folder to one .mat file
I have path folder 'C:\Users\hp\Desktop\testing\abood' have 140 images, i want to conver all folder in one .mat file . for ...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How to convert images folder to .mat
I have this path ('C:\Users\hp\Desktop\testing\abood'), and i want to convert all images in this path to .mat file

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


how to clean data by deleting [0 0]
I have a data AB=[1 2 3 4 5 6 0 7 8 0 ...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Mehr laden