![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9866112_1531403241843_DEF.jpg)
valerio auricchio
Followers: 0 Following: 0
Statistik
20 Fragen
0 Antworten
RANG
244.834
of 297.016
REPUTATION
0
BEITRÄGE
20 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
45.0%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
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
Eliminate the pixel that have a lower intensity?
I read the immage in this way: m=max(Imm,[],'all'); %Threshold thr=10; for i=1:2048 for j=1:2448 ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Find pixel intensity with coordinates?
I have two vector: X[12 34 12 22] Y[2 3 44 5] They rappresent the coordinates (x,y) of a pixel. I want to know the intensity...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Exclude point from my regression
Hi I'm doing regression with this code I=imread('Immage.bmp') %find the min and max minimo= min(I(:)) massim...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Draw a line throw a set of point
Hi i have a set of poin in an immage and i want to draw a line that is madiated by the positition of the points. I want somethin...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to draw a line through a set of points?
Hi, I have an image and a set of points present in the image. These points are not aligned with each other and I would like to d...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Get pixel where the intensity is 255
Hi I have an immage 2048x2448 grayscale, I want to find all the pixel where the intensity is "255". After i have find them i wa...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Read a 32 bit immage .bpm
How can i read a 32 bit immage on matlab? With imread?
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Imcrop in wit specified dimension
I was wondering if through imcrop it was possible to create squares of fixed size
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Get the intensity of an immage
Hi I have a polarized immage and it is in gray scale, i want tu select a region in the immage en get the avrage of intensity. I ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Calculate the intensity of all pixel in an immage
I have an immage produced from a "FLIR" cam that applicate an algoritm for polarization. I want to calculate the polarization ve...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Conversion to cell from double is not possible.
g = {}; for k=1:4 g(k) = {fspecial('gaussian',[2 2],k)}; end dx = {}; dy = {}; h1=[-1 0 1];h2=[1 0 -1]; for k=1:4 ...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Interp2 problem with brightness
Thia is the code that we use: [xmg1,ymg1]=meshgrid(-10:0.8:10,-10:0.8:10); [xmg2,ymg2]=meshgrid(-2:0.2:2,-2:0.2:2); txi=-...
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Method to find singularity
We are writing a program for linear function, in particolare we are writing code for a functio to find the singularity in a matr...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How i can generate a random matrix in the interval [0,100]
How i can generate a matrix 4x4 with random elements in the interval [0,100]?
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Problem with the gui and the table gui
I have a problem to insert the vector returned by the function in a gui table. My table is named uiTable4.
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Value must be a 1x2 vector of numeric type in which the second element is larger than the first and may be inf
I do not understand why the plot don't work in this interval!!!! interval=[0 10]; x=0:0.1:10; y=@(x) 1/x; set(gca, 'XLim',...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Problem with plot in interval
I have a problem with this code: When i give in input this: fzer0(@(x)x.^2-4,[0 4]) Matlab give me a good plot. When i give ...
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Problem with the title of a graph
I want to write on the title pf the graph the function that i'm plotting, the function is insert in the command window. fun=x^...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
invalid syntax at '=' . A '(' might be missing a closing ')'
The error is at line 14 and 26 switch nargin case 0 disp('Non ci sono stati input per la funzione!') case 1 ...
fast 6 Jahre vor | 1 Antwort | 0