Michael Angeles
Followers: 0 Following: 0
I am interested in learning Matlab. I would love to have the ability to make custom programs in Matlab in the future. Any help on understanding the bugs on my code is much appreciated. I am concurrently taking Python in CodeAcademy to learn programming and transfer those skills in Matlab. I do hope that as I keep programming to get better and be able to help out other Matlab enthusiasts in programming.
Python
Spoken Languages:
English
Statistiques
RANG
199 049
of 295 495
RÉPUTATION
0
CONTRIBUTIONS
20 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
80.0%
VOTES REÇUS
0
RANG
of 20 240
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 991
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
Feeds
Question
Convert .txt to .xls
I have a code that I need to convert multiple .txt files to .xls files and save with the same filename. The first 12 lines of ...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
Significant digits in a matlab figure
I have matlab figure, I want to set the significant digits to display 3 on the x-axis, how does one set this when creating a fig...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
read file from uigetfile routine
Hi, I am trying to load a file by using the uigetfile routine but my code seems to error out... I get the following error Erro...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Extract data points from a plot corresponding to the plot legend
I am trying to determine how to extract the data file from the plot. Data has to correspond with the correct plot. Please help...
presque 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to save a Figure to a PNG File
My code below seems to generate and save the "figure" file. However, when I want to save this to a *.png file I tend to get an e...
presque 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
two data files to plot and compare
Hi I have two files with the same amount of rows and columns. How can I compare each data and perform and overlay plot?
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Renaming multiple files in a folder
I have files within a folder that have a common filename that I need to omit from all of the files. For Example: Antenna_REF_...
presque 2 ans il y a | 3 réponses | 0
3
réponsesQuestion
Modulation and Demodulation FSK/BPSK
Hi, Need help to create a modulate/demodulate file. I have "DATA_X" that I need to modulate then demodulate after to simulat...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How does one find the max value of one column and relate it to another column?
Hi there, How does one determine the max value of one column and relate it to another column. For example: Max value of "ace...
plus de 2 ans il y a | 1 réponse | 0
1
réponsesum logical 1's independently for each column
Thank you Everyone!!
presque 3 ans il y a | 0
Question
sum logical 1's independently for each column
I've attached a sample data from excel. how can I create a "for loop" to sum each column and give me print out total for each ...
presque 3 ans il y a | 3 réponses | 0
3
réponsesQuestion
creating a string multiple string filter on multiple columns
Hello, I have a n x m (row-column data) that I previously was able to do some basic analysis on. How can I create a multiple ...
presque 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
reading data by column
Hello, I have data that is n x m (rows,column). I want to read each column and perform some analysis on the data prior to moving...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
reiterating 1s and 0s in a single column
Hello how do I make my data repeat x amount of times in the same column by copying the original sequence of data? example data...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
cell and strings in an array
Hello, how does one do the following: data = cell(4:24); data(:) = {'AD';'ED';'FA';'DE'}; <--I get an error when I assign ...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
For Loop to read rows on a cell array
need help on the following... key = 'BB'; data = cell(1,24); data = {'BB'}; for i = size(data); %compare key to each data o...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
For loop on multiple sensors
Hi I have data that has 5 sensors (columns). Is there an efficient way to do my code below in a "for loop" max1 = max(sensors(:...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
For Loop Question on index
I have an example data: Column 1 is Student Number, Column 2-4 are grades 1.0 68.0 45.0 92.0 2.0 83.0 54.0 93....
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
For loop for string elements and data on a column
How can I create a for loop that would create a "Planets" column on the left hand side while the gravity and distance data are a...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
how to create a for loop for 3 variables
%how can I reiteratively create a foor loop for the following: Number1 = Point(1:15*7); Number2 = Point(1+15*7 : 2*15*7); ...
presque 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
from a python code to matlab code
how can I convert the following code to matlab code? cuts_under_30 = [hairstyles[i] for i in range(len(hairstyles)) if new_pri...
presque 3 ans il y a | 3 réponses | 0