I have image data for my input 256x256x3 uint8 and the bit depth is 24. My question is, how can I change from 24 bit depth image to 8 bit depth image without changing the colortype…
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
I have image data for my input 256x256x3 uint8 and the bit depth is 24. My question is, how can I change from 24 bit depth image to 8 bit depth image without changing the colortype…
Hi there, I'm currently working with MATLAB 2017b and using App Designer to develop a simple app. The problem raised when I asked my friend to complete a part of the code on his…
i give you an example to do it i want to select a nome list (provaaa.ttslist2) o digit new file (pippo).. I try it (pippo) with uigetfile but it give me error…
Hello everyone, I have a problem I would like to help me solving it i have float value when I make division opeation and I obained value like this: 0.9093 0.9074 0.9014 I use ro…
function D1=TEST() D=readtable('test.txt','delimiter',','); save canc.tset D D1=load('canc.tset',"-mat") end i access it using D1.D... it's possibile to avoid "D" field? …
Hello, I am having some trouble with using the contourf function on a log-log scale plot. I have 9 datapoints in a 2D scatterplot that are colored for a third variable. The code…
I am trying to bring two pcolor plots on top of each other with different colormaps. One of the colorbars goes out of the figure window, have tried placing the colorbar in other pl…
Hello, I have the objective function and I want to minmize this gradiant. e is a vector of ones and y is a vector of size . The . I want find that minmize this objective function. …
Hello! I have an integral for a function which I plot in polar coordinates at a fixed polar angle theta (th). How to write a 3D plot for R in polar coordinates (angles a and th cha…
I am needing to write a code that takes the rgb value of a reference square in an image, and color correct it to the orginal rgb value of the reference square. I will have vario…