![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/28679011_1671479966102_DEF.jpg)
Tevin
Followers: 0 Following: 0
Statistik
9 Fragen
0 Antworten
RANG
127.353
of 297.016
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
77.78%
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
Converting 32 bit to uint16
I want to convert 32bit image to uint16 image but preserve the grey values. I do not want to lose the grey value, rather scale t...
10 Monate vor | 2 Antworten | 0
2
AntwortenFrage
Converting unit16 image to IEEF 32 bitdepth and saving as Tif.
I want to convert some images from unint16 to 32 Bitdepth and IEEF single data type. I want to scale my original images to the m...
10 Monate vor | 0 Antworten | 0
0
AntwortenFrage
Why do I get iradon error saying THETA does not match the number of projections?
I want to do filter back projection after creating a sinogram, but I keep getting this error: The sinogram is made of 400 projec...
11 Monate vor | 1 Antwort | 0
1
AntwortFrage
Is it possible to convert a tiff image to uint16 without changing the images actual appearance?
I have a code that I am using to change some tiff images to uint16. The images look darker than the original. Is there a way to ...
12 Monate vor | 1 Antwort | 0
1
AntwortFrage
Is it possible to have a line graph with a different marker for each point on the same line?
x = 1:5; y1 = [2, 3, 1, 4, 2]; y2 = [1, 4, 2, 3, 5]; figure; plot(x, y1, '-o', 'DisplayName', 'Line 1', 'MarkerSize', 8, '...
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Is it possible to subsample an image by deleting data then interpolating to create a blurred image, while keeping the resulting image the same size as the original image?
Is it possible to subsample an image by deleting data then interpolating to create a blurred image, while keeping the resulting ...
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Skipping bytes in binary file
I have a binary file with the following values. The first 4 are each 2 bytes and double precision. The following are pairs of va...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Minimizing linear equation Ax=b using gradient descent
I want to find the error in the solution to Ax=b, using gradient descent. E=||Ax-b||^2 x = [x1;x2], where x1 and x2 range betw...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Computing error for solution to linear equation
I want to solve a linear equation Ax= b, using least-squares. I also need to find the error in the solution. I am not sure how t...
etwa 2 Jahre vor | 1 Antwort | 0