
Abdulllah
Statistics
14 Questions
0 Answers
RANK
75.495
of 258.236
REPUTATION
0
CONTRIBUTIONS
14 Questions
0 Answers
ANSWER ACCEPTANCE
42.86%
VOTES RECEIVED
0
RANK
of 17.799
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 110.375
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
Content Feed
Question
Fitting multiple data sets to single curve in least square sense
I am trying to fit multiple data sets i.e., x1,x2,x3 -> y1,y2,y3 to a single cuve f following this exapmle. However, it returns ...
3 meses ago | 2 answers | 0
2
answersQuestion
Write image info using imwrite or other method
How to write imag info when writing an image. I can read the image info from one file using imfinfo but I can not find a way to ...
10 meses ago | 2 answers | 0
2
answersQuestion
Dendrogram; How to understand linkage(x) output?
I have three questions regarding Dendrogram and linkge function. I have data of some x models e.g., x1=0.1576 x2=0.9706 x3=0....
alrededor de 1 año ago | 1 answer | 0
1
answerQuestion
Error using mex Unknown file extension ' '. Matlab Ubuntu
Please help me compiling mex file in Matlab 2018b Ubuntu20. I get Error using mex Unknown file extension ' '. The compiler se...
más de 1 año ago | 2 answers | 0
2
answersQuestion
compiling c and cpp using mex Matlab ubuntu
I have installed Matlab 2018b on ubuntu 20. MEX is configured to use 'gcc' for C language compilation. I am facing two problems...
más de 1 año ago | 1 answer | 0
1
answerQuestion
YUV420 to RGB Conversion Conversion
Hello, I am using this code to read YUV420 and convert to RGB. Because I have YUV420.YUV image file but that code is for video ...
más de 2 años ago | 1 answer | 0
1
answerQuestion
Saving and resuming the parfor states
Is it possible to save the states of parfor loop, stop/break and restart from the same state. For example, in may case some tim...
más de 2 años ago | 1 answer | 0
1
answerQuestion
Warning: Editor is not serializable
I run the following code to get current state of Editor X = matlab.desktop.editor.getAll; Then I save the variable X. I get f...
casi 3 años ago | 2 answers | 0
2
answersQuestion
Check Positive or Negative Infinity
isinf function gives logical true in both cases whether infinity is postivie or negative but does not tell whether infinity is ...
casi 3 años ago | 2 answers | 0
2
answersQuestion
Best fit maximizing one parameter while minimizing other parameter
I have two images reference and other is test. I apply model on the ref image to create test images and find out PSNR and AMBE. ...
casi 3 años ago | 0 answers | 0
0
answersQuestion
Match each element of one array with each element of other array without loops
Hello, I want to match each element of one array with elements of the other array say "cc". Then multiply with a number from th...
alrededor de 3 años ago | 2 answers | 0
2
answersQuestion
3D interpolation using LUT very slow, alternative method
Hello, In image processing, converting XYZ(CIE 1931 XYZ space) to display RGB, We have created a LUT for our display. it is 3d ...
alrededor de 3 años ago | 0 answers | 0
0
answersQuestion
Why the pixel position by currentpoint and getpixelposition are not same at same point?
I have image on an axis (axis1) in gui. I check the pixel positions of axes and check the currentpoint of mouse on the intial po...
más de 3 años ago | 0 answers | 0
0
answersQuestion
Draw a rectangle on an image in gui with mouse hover
This question has two parts. First I want to draw a rectangle on an image in gui only when the mouse hovers on the image. Secon...
más de 3 años ago | 1 answer | 0