photo

Hussam Ibrahim


Augustana College

Active since 2016

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

8 Questions
0 Answers

RANK
169,935
of 300,759

REPUTATION
0

CONTRIBUTIONS
8 Questions
0 Answers

ANSWER ACCEPTANCE
12.5%

VOTES RECEIVED
0

RANK
 of 21,081

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,900

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 1

View badges

Feeds

View by

Question


How to update Value using Slider
Here is my function: function sliderDemo f = figure(1); %// Some simple to plot function (with tuneable parame...

9 years ago | 1 answer | 0

1

answer

Question


Changing Values in Function
Dear Community, I have attached below a function that is supposed to accept three inputs, and return two outputs. I am suppo...

9 years ago | 2 answers | 0

2

answers

Question


Converting .m to .dll files
I have Matlab 2016. There is a video online, and a pdf file that show how to convert from .m to .dll files for an older version ...

9 years ago | 1 answer | 0

1

answer

Question


Using Matlab Source Code for External Deployment
I have my matlab function code, and I want to convert it to .dll file for external deployment (specifically for Nikon NIS Elemen...

9 years ago | 1 answer | 0

1

answer

Question


How to seperate cells that are really close to each other?
Some of these cells are really touching each other, and forming 1 big cell. Can someone help how to separate them for segmentati...

9 years ago | 0 answers | 0

0

answers

Question


Can someone help me how to trace boundaries of other cells if I marked one
This is the code to specify a size, and trace the boundaries of one cell, but I need to mark all the other cells that are not on...

9 years ago | 0 answers | 0

0

answers

Question


If I have a large amount of cells, how do I segment them on matlab one by one?
I attached an image of many cells, and I want to segment each one that is not on the borders? I did a very simple matlab code, b...

9 years ago | 1 answer | 0

1

answer

Question


I am trying to use the edge function on an image after I turned it to a grey scale. However I am having the following error
Here is my code: % Uploading Image Img = imread('image1.jpeg') figure imshow(Img) title('This is the original i...

9 years ago | 1 answer | 0

1

answer