photo

Ram


KLA Tencor Corp

Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

10 Questions
1 Réponse

RANG
23 518
of 300 654

RÉPUTATION
1

CONTRIBUTIONS
10 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
30.0%

VOTES REÇUS
1

RANG
 of 21 038

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 169 983

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


Extracting files saved in .mat file
I have saved a set of images in a single .mat file and also generate a txt file contains the filenames of the images that have b...

plus de 12 ans il y a | 2 réponses | 1

2

réponses

Question


Saving an image tagged with a parameter
I would like to know how to save an image into the buffer tagged with a parameter that I calculate. Here is what I have as of...

plus de 12 ans il y a | 1 réponse | 0

0

réponse

Question


How do I read an image that is in the buffer
I would like to read an image file that is in the buffer (after it has been grabbed). Currently I write the file and then read i...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


issue with sum in for loop
Hi, I have the following for loop: for p=2:256 diff=abs(((counts2(p,2))-(counts2(p-1,2)))/(p+1-p)); ...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


Saving an image with information plotted in it.
Hi, I would like to save an image together with the histogram plotted on the image. file1=imread('image1.bmp'); figure;imshow...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


Create a directory, CD to the new dir and imwrite to it
I would like to create a new dir, and imwrite to it. here is what I have: newdir=mkdir('c:\results', date) % this creates a ...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


Combining files
I have 10 files each of which has 2 columns. The column 1 is the same in each of the files (pixel#). Column 2 is the data for ea...

environ 14 ans il y a | 1 réponse | 0

1

réponse

Question


making multiple copies of a file
I would like to make multiple copies of a file each of which will have a different name. example: source file: A.txt copies A...

plus de 14 ans il y a | 4 réponses | 0

4

réponses

Question


Writing data into a file when using repmat
I have a set of data that I generate using repmat x=5; y=[repmat(x, 1, 5)];fn=fopen('A.txt', 'w');fprintf(fn, '%g\t%g\t%g\t%g\...

plus de 14 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
reading from txt file and using repmat for single column of the matrix
I have been able to read the file (not using Uigetfile) but hardcoded in the fopen command. Once i read the file and when using ...

plus de 14 ans il y a | 0

Question


reading from txt file and using repmat for single column of the matrix
I have a dataset that has columns A and B separated by tab. I need to do the following: 1. Read the txt file using Uigetfile. ...

plus de 14 ans il y a | 2 réponses | 0

2

réponses