Recent content by abikutn

  1. A

    LaTeX How can I troubleshoot LaTeX errors without line numbers or specific locations?

    No thatz not what I meant. were you actually able to see the pictures ? when I generated thesis_master.pdf I wasnt able to see any pictures that were added from my subfolder. Here have a look at the Pdf. This is what I meant. Unless I put in the whole path it won't display the picture. But...
  2. A

    LaTeX How can I troubleshoot LaTeX errors without line numbers or specific locations?

    Hello guys, I know this topic has been issued many times before. However I have an issue I can't find a solution for. I have a master file that calls another sub tex file using \include{}. This sub tex file has insert figures, I use insert figure options in the editor and the figures...
  3. A

    LaTeX A good latex editor for windows?

    Guys just use mathematica for your codes and import it into latex. Its highly simple in mathematica ... Give it a try and you will see for yourself how east it can be.
  4. A

    LaTeX Finding a Good Free LaTeX Editor

    INLAGE ! ... The best so far after Texnic ... Worth it ...
  5. A

    Mathematica Plot 2d image from 3D data Mathematica

    Thank you! ... That was a good start ... in the list density plot how can I change the color variation to grey scale image ? Is there a colorscaling function for grey scale just like how it can be done for RGB with ranibow ? Abhi
  6. A

    Mathematica Plot 2d image from 3D data Mathematica

    I suggest you take a look at the CSV file I have attached. for example I have y{1->10} and x{1->10} The way the values are recording in the CSV is as: [step1: y=1, get values for X{1->10} step2: increment y and repeat process till Y=max] Will this affect in anyway how the plot forms...
  7. A

    Mathematica Plot 2d image from 3D data Mathematica

    Thanks for your reply and support "That depends on your data being a square matrix and you need to set the size of the partition to restore your data to be a square matrix of z values. " by saying this: suppose I have 10 by 10 pixels with some intensity values Z for each pixel. So...
  8. A

    Mathematica Plot 2d image from 3D data Mathematica

    hello guys, I have a CSV file with hyuge set of data devided into 3 cols. Y position X position and corresponding intensity values. I want to plot the image , my thesis is laser- microscopy. so a 2D plot ( density plot ) based on these values. The following is what I have tried so...
Back
Top