Help Needed: Creating MATLAB Program for Liquid Solutions

  • Thread starter Thread starter Sergiomppinto
  • Start date Start date
  • Tags Tags
    Matlab Program
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Sergiomppinto
Messages
1
Reaction score
0
Hi i'mm needing help creating a MATLAB program to calculate liquid solutions, I'm going to try to explain the program i want,

imagine you have to 2 water solution one is water the other one is detergent, what i have to do is to create a code that will allow me to mesure the level of misture between the 2 solution being the variables the time and the position.

Another exemple, imagine you have a glass and you have a solution of water and sugar completlly dissolved, in the beginning you have a level of 0 misture, it means you have 50% sugar and 50% water, as the time goes bye the sugar starts to get on the bottom of the glass and the water (supostly without sugar on the top of the glass) so on the bottom you have a value of -1 that tells you that there is only sugar and on the top you have a value of 1 that tells you that there is only water there but as you change the position of the mesure the value changes allowing you to know if is has more sugar or water, and as the time goes bye in the same place the value also changes more positive on the top and more negative on the bottom.

Can anyone help me creating this?

(sergiomppinto@hotmail.com)
 
Physics news on Phys.org
Dear Sirs.,

I'm starting to work with image processing. Suppose I have a 3D matrix MMM with the following size: 41x41x21. (X- 41 points Y-41 points Z- 21 points).
I want to place on MMM(:,:,1) and on MMM(:,:,21) 2 bmp pictures. How can I do it but
more importly how do I plot MMM with the condition that MMM(:,:,2:20) is transparent.

I assume that the 2 bmp pictures are colored and MMM doesn't have to be a 3D matrix.
I'm more interested in showing the 2 pictures with a space between them.

Many Thanks
Amir Yefet