![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/4102124_1494332999995.jpg)
Samyukta Ramnath
BITS Pilani
Followers: 0 Following: 0
Student of Electrical/Electronics and Physics
Estadística
CLASIFICACIÓN
18.117
of 297.010
REPUTACIÓN
2
CONTRIBUCIONES
22 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
36.36%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
3.416 of 20.418
REPUTACIÓN
447
EVALUACIÓN MEDIA
4.30
CONTRIBUCIONES
10 Archivos
DESCARGAS
13
ALL TIME DESCARGAS
4296
CLASIFICACIÓN
of 157.687
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Surface Fitting for a pair of coupled differential equations
I a pair of coupled differential equations which solve for two variables, fe and fi. I have from a separate source, two surface...
casi 8 años hace | 0 respuestas | 0
0
respuestasEnviada
cone(theta,d,h)
Generates a right circular cone with axis orientation aperture angle and height specified.
casi 8 años hace | 4 descargas |
Enviada
SentenceParseNew.m
The Main File which uses and calls all other functions
más de 10 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/46884/versions/1/screenshot.jpg)
Pregunta
Code to search for a word in a file taking too long to execute.
I have a code that has to process a very large amount of textual data. There is a file, say A which has around 0.4 million sente...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
A problem while splitting a text input with regexp
I have a text file with the input as sammy yo yo yoyo with you Samyukta and I tried the following code to put each...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Problems with musical note frequency
I am writing a code to identify the frequency of a musical note. The problem is, the notes are being wrongly identified for some...
más de 11 años hace | 0 respuestas | 0
0
respuestasEnviada
Training Data for SentenceParseNew
TrainingDataSPNew is the training data for SentenceParseNew
más de 11 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/42712/versions/3/screenshot.png)
Enviada
POS Tag for first word in the sentence
Finds the most probable Parts Of Speech tag for the first word in a sentence
más de 11 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/42709/versions/2/screenshot.png)
Enviada
Probability of Words following the first word in a sentence
Part of SentenceParseNew uploaded earlier
más de 11 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/42711/versions/2/screenshot.png)
Enviada
POS Tag for rest of words in Sentence
function : Part of SentenceParseNew submitted earlier.
más de 11 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/42710/versions/2/screenshot.png)
Enviada
fileOpen
Used to open a text file and put the data in it into a cell array.
más de 11 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/42705/versions/3/screenshot.png)
Enviada
BayesClassify
Classifies text documents into one of five categories
más de 11 años hace | 1 descarga |
Pregunta
Is there any way to just change the cover image of a file exchange?
I've submitted a few files and wanted to upload a screenshot and improve the descriptions. Is there any way to just update the f...
más de 11 años hace | 1 respuesta | 0
1
respuestaEnviada
SentenceParseNew : Parts Of Speech tagger
Takes a sentence as input and returns the POS tag for each word
más de 11 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/42745/versions/1/screenshot.png)
Enviada
BayesClassify
Takes in text input, and classifies it into one of five categories.
más de 11 años hace | 1 descarga |
Pregunta
When using imread, changed the background colour of image?
I had an image of a red cross with a background colour of white, after I used imread, it returned an image with a black backgrou...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I shift the alignment of one image over the other?
I have two images (both are of crosses as in x. They were of different sizes and different colours, I converted both of them int...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how do I call an array by having a matrix which juxtaposes a standard name with a tag?
I have many tables like so : TABLE_DD TABLE_NN TABLE_PP ... and so on with various tags. Is there any way to re...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
what am I doing wrong with ismember?
I am trying to use ismember to find out whether a member of a cell is present in another cell array of strings. In one script, I...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I make MATLAB list the various sequences possible for a specific purpose?
I need to find a way to list all the possible sequences of a sentence, for example if I have a set of 8 possible attributes of a...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
How to save training data in two vector sets which are mapped?
I need to save training data which consists of sentences and some attribute for each word in the sentence. Since I need each wor...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
How do I change the name of a file inputted to a function in MATLAB?
I want to input a text file to a function, and after running the function, want to change the filename to a specific thing, depe...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I import multiple files from a folder in MATLAB?
I want to open all the files with a certain attribute (e.g. they all have 'History' in their name) and open them, one by one, in...
más de 11 años hace | 1 respuesta | 1
1
respuestaPregunta
How does one create an array of strings in a loop? In a better way.
So I have an array of characters, separated by whitespaces, and obviously matlab recognizes whitespaces as a character too. I wa...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Why does MATLAB do this, wrt fscanf from txt document?
I imported a .txt document using fopen and fscanf, and used the following two lines: fid = fopen('History2.txt'); words ...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I extract just the text from an XML file?
So I know of the function xmlread, but it goes into nodes and trees and I have no clue what those are, I don't know Java. I just...
más de 11 años hace | 0 respuestas | 1
0
respuestasPregunta
How to extract part of a text file in MATLAB?
Okay so I have opened an xml file and want to get the relevant text stored in those files. I tried the following code (noting th...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
MATLAB help always showing true to if condition
So, I wanted to write a program to classify text files based on their topic. The code below shows a very crude implementation of...
más de 11 años hace | 3 respuestas | 0
3
respuestasPregunta
Machine Learning with MATLAB
I want to implement a simple Machine Learning algorithm using unsupervised learning algorithms to classify a bunch of sentences ...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Errors while performing fft
I took a file which was a clean, repeating waveform of the note F2 (I deduced this by playing F2 on the virtual piano and playin...
casi 12 años hace | 1 respuesta | 0