photo

Eren


Last seen: 2 years ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
182,535
of 300,611

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,028

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,811

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

Question


Generate confusion matrix with data out of an excel file
Hello, I have my classifications and the true label of a data set written in an excel file. The plan ist to create with this da...

2 years ago | 1 answer | 0

1

answer

Question


Matlab does not show the value of a excel cell
Hello I want to compare two Cells of an Excel file. The values of row B are shown normally but the values in row C are shown as ...

2 years ago | 1 answer | 0

1

answer

Question


how to extract missclassified pictures out of a file with a mixed dataset?
Hi everyone, I am working with matlab and I have an AI model to classify street signs. for i = 1:size(data, 1) imageName = da...

2 years ago | 1 answer | 0

1

answer

Question


I would like to move pictures from a file into another under a condition, which I have in Excel
% Pfad zur Excel-Datei excelDatei = 'Excelpath\excelfile.xlsx'; % Laden Sie die Excel-Tabelle in MATLAB data = xlsread(excelD...

2 years ago | 1 answer | 0

1

answer

Question


The for loop should take the name from the pictures and put them into an excel file. Excel writes the names from left to right but it should write the names from top to down.
imageFolderPath = 'C...'; imageNames = {}; imageFiles = dir(fullfile(imageFolderPath, '*.jpg')); % Schleife zum Lesen der B...

2 years ago | 1 answer | 0

1

answer