User Portlet User Portlet

Discussions
Hello Dear Members, I am trying to include a manipulate to NMaximize function to see how the output values are changing for **p** and **t**. By varying the variable **w**, **x**, **y** and **z**. Kindly please help me to resolve this, the file in...
I am trying to build the User interface, whereby when binarize is clicked, it gives its slider and its respective MeanIntensity and StandardDeviation. The same for EdgeDetect and MorpologicalBinarize. I attached the file with codes Kindly please...
I would require the binarize methods in the Manipulate interface. I tried in the attachment Thanks &[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/e9e565e1-c916-4f3b-bfe1-2a505df160d2
Attached is example of equation of a plane 3D. I would know how to determine the range of values for x, y and z respectively. Thanks and Regards &[Wolfram Notebook][1] [1]:...
Hi, Kindly help to apply this summation equation; I attached data trial the in the .nb file &[enter image description here][1] [1]: https://www.wolframcloud.com/obj/98127083-35aa-4515-a70b-e8a021778aae
Hi, I require the X, Y and Z coordinates separately, in 3 different columns. I have tried with, Table, Grid and Matrix. Please let me have an idea how to perform it. I suppressed the output since there is large amount of data Thanks&[Wolfram...
Hi, I have used ImageData to extract the array of image. However, I require to determine the X and Y coordinates separately. I have used image partition and flatten, but its resulting 3D plot does not correspond to the original one. I have...
Dear Members, I’m trying to get the coordinates of the ImageData, in term of X and Y separately I have paste my trials and would gratefully need your help. cc = ColorConvert[imageOfPalmTree, "Grayscale"]; ImageDimensions[cc] imageCoordinates =...
Hello, I require gridlines (x and y axis) on an imported image. However, the help shows gridlines/frametick only for Graphics and Plot functions {image , FrameTicks-> {0,0} In addition, on that image i need the two Slider 2D control in one...
Hello All, I require to display the output images at least 400 x 400 on screen. They are tiny as shown attached. Please find below code and nb file: Manipulate[imageA= ; varBin=Binarize[imageA,binimageA]; ...