photo

Omer Moussaffi


Shutterfly

Last seen: meer dan 4 jaar ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
4 Answers

RANK
5.000
of 297.457

REPUTATION
10

CONTRIBUTIONS
3 Questions
4 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
5

RANK
 of 20.438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158.938

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

  • First Review
  • First Answer

View badges

Feeds

View by

Question


How do I detect cpu flags which were used for compiling mex files?
I have an old code compiled on Matlab 2014b (Centos 6.5). It is now failing in deployment to an image on a far away server. I su...

ongeveer 7 jaar ago | 0 answers | 0

0

answers

Answered
How do I merge a column from one table into the column of another table that has missing entries?
There's a generic way to do this in matlab 2017 and on: outerjoin(A,B,'MergeKeys',true)

meer dan 7 jaar ago | 0

Question


When I make a system call from matlab in Linux, does it use a different thread?
Suppose I move a couple of files using a system call, as in: unix('mv file1 new_path/ &'); unix('mv file2 new_path/ &');...

meer dan 7 jaar ago | 2 answers | 0

2

answers

Answered
Find index of cells containing my string
Faster options: count startsWith endsWith E,g, Index = count(Mycellarray, 'Bla');

ongeveer 8 jaar ago | 5

Question


Can I save an image (to jpeg format) directly from YCbCr without YCbCr->RGB->YCbCr conversions?
I have a delicate YCbCr pattern, with colors. I want to save it as losslessly as possible into a JPEG. I know I can to YCbCr2RGB...

ongeveer 9 jaar ago | 1 answer | 0

1

answer

Answered
can i pause matlab excution while it is already running
Not without preparation. You could add the command 'keyboard' into the script at a specified place, and then it would give you ...

ongeveer 10 jaar ago | 0

Answered
Canny Edge Detection - Automatic/Adaptive Thresholding
Hitching on Phillip's question - can I use the automatic thresholding with the Matlab Coder?

bijna 11 jaar ago | 0