photo

Defne


Last seen: 3 years ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
288,954
of 301,433

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,272

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,520

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2

View badges

Feeds

View by

Question


i get a couple of errors from my code. I am trying to see if there is an interrelation b/w brightness and counts. I have 2 independent varibles which are device and mode.
% Add CSV file filepath = 'new_tissueeffects.csv'; % Input data with preserved column headers data = readtable(filepath, 'V...

3 years ago | 2 answers | 0

2

answers

Question


I am trying to conduct multiple regression to see the interrelation between brighness and particle counts and evaluate the effects of the independent factors device and mode
% Add CSV file filepath = 'Anovan_tissueeffects.csv'; % Input data with preserved column headers data = readtable(filepath,...

3 years ago | 0 answers | 0

0

answers

Question


mean brightness values from scale of 0 to 100% of selected each 7 rectangle areas to compare mean brightness
% Load the image image = imread('IMG_3806.jpeg'); % Display the image imshow(image); maskW = 400; maskH = 50; maskDY = ...

3 years ago | 1 answer | 0

1

answer