Atique Khan
Followers: 0 Following: 0
Statistik
16 Fragen
0 Antworten
RANG
28.628
of 295.467
REPUTATION
1
BEITRÄGE
16 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
37.5%
ERHALTENE STIMMEN
1
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Can we count the color pixels in each box like it did in mathematica?
I am working in a project to split an image into small boxes of equal size which I have made. The problem is that when OI concat...
etwa 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Can I make MATLAB to read the figure of multiple dot plots in the same program and use the read image for further image processing?
I am getting a figure of multiple dot plots by using 'hold on' and 'figure' commands. The problem is that when I save the figure...
etwa 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How many colors with their name present in the image.
I am looking for a way to find the number and name of certain colors present in the image so that I can use them to count for ea...
etwa 4 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
Matrix elements array with specific rule
I have 200 x 200 rgb image which I have splitted into 40 x 40 boxes and each box contains 5 x 5 enteries. The entery of each of ...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can divide by zero or infinity during the calculation be taken as zero?
I am calculating S1=log10(1/A1) and sum all the Si where in some cases I get A=0 which leads to inf, making the final summation ...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do I count the number of all color pixels of different shades in the image attached?
The picture attached is 256x256 represents the regions of different colors. When I use the color pixel count using the following...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I draw the following blue color tone intensity figure using the Newtons Raphson basin of attraction code?
The figure below shows Newtons Raphson Iteration to achieve the desired accuracy along x axis using the intensity of blue color ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I want to divide color image in small tiles and then need to count number of color pixels in each tile.
I am working on a project and want to divide an image into small tiles (non-overlapping boxes) and then need to count the color ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Upgrade MATLAB from r2013b to r2017b problem.....
I had a code prepared in MATLAB version r2013b , I upgraded my MATLAB version to r2017b and the same program that executed quite...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Explicit solution could not be found. using solve command
b= solve ('(b^2 + a)^(3/2)*(2* b^3 - a^3 - 1) - b^3 - a^3*b^3 + 2* a^3=0','b') Warning: Explicit solution could not be found...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Basins of attraction and Newtons Method.
I am working on basins of attraction and use the code with newton method but it gives error saying' index increases the dimensio...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Root Finding problem in fsolve
I an trying to find roots of two nonlinear equations with defined range, at the run it gives the values as under and I wonder th...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What is background technique of fsolve ?
What is the formula technique behind fsolve? How can I manually verify the technique using a classroom problem manually. Thanks...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to plot fsolve resulting array of answers....
I am using fsolve to solve two equations in two variable and getting the array of answers using valxy=[valxy;x]. Now I want to l...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to get all positive values of 'm' from the given domain of two variables?
I have an equation in two variables naming a and b with domains 0.5 to 1 with step size equal to 0.01 for both a and b. I want t...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
For loop for and equations in two variable.
I am preparing a code regarding to solve three equation that depend on two same variables and want to have all the positive root...
etwa 6 Jahre vor | 0 Antworten | 0