Frage


How to select all values of a cell array between two cells?
I was previously using 3 xlsread functions, and I realized this probably wasn't the best way to go about it. I was reading some ...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to write a table to a user specified excel file name/directory?
How would I go about creating a program that writes some arbitrary table, A, to a user specified Excel file? I tried using diffe...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Writing multiple structures to user specified excel file
I have a variable amount of structures with 4 fields, each containing 1x1 blocks of data. How would I go about writing multiple ...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Opening/loading multiple mat files?
I know how to open multiple mat files, using filename = uigetfile('*.*', 'All Files (*.*)','MultiSelect','on'); But...

etwa 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Graphing values from excel in Matlab plot
Hi, I am working on a bifurcation diagram for one of my classes. We had a lab where we test different c values and see what happ...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to provide provide extra acceleration at certain time?
I am trying to get my satellite to Jupiter and I would like to provide an extra acceleration (boost) when a certain time is reac...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error using ode45
I am trying to model the position of the Earth relative to the sun. I am using a vector form of the acceleration on a mass due t...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to use scatteredInterpolant on given data?
Hi all. I am not quite sure on how to use scatteredInterpolant. I tried reading up on it, but it doesn't make sense to me sin...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Max Value of Certain Row in Cell Array?
I have a 15x15 array and I would like the max value from the 4th row, how would I go about doing this?

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to limit a string?
Hi, I have some data that I am reading from a text file, and some of the data is PowerCylinderTemperatureHistogram and some i...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Converting unformatted text to formatted text
I asked this question before and neglected some info, so I want to start fresh to avoid confusion. clear all; close all cl...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Reading unformatted text and converting to formatted
Hi, I have some files that contain raw text that is unformatted. These files have lots of lines and all of these lines are al...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Files not being read correctly
Hi, I have a script that is meant to convert a lot of .csv files into .mat for easier data manipulation. In these folders, the v...

mehr als 8 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Excluding files with a certain keyword in them
I am trying to get data from many CSV files, some of which are unneeded. These unneeded files all contain the word Composite (sp...

mehr als 8 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


How to use text scan?
I need to read serial numbers from many .csv files. Within these files, the serial number located in the first column, second ro...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to save a structure as .mat?
I am trying to save a 1x6 structure named 'PIN' as a .mat file. When I attempt to use save(newfilename.mat,'PIN'), I get this er...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to make a new folder within another folder?
Hi, I need to make a new sub folder within a main folder. When using mkdir(newfolder, newsubfolder) where newfolder is the paren...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to save a structure as .mat?
I need to extract some data from .CSV files that resides in their own directory. This directory has 4 folders with about 200 sub...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to Save a raw array and delete NaN in a raw array
I am using xlsread to get data from .csv files. I need all of the information from these files, so the [raw] = xlsread(thisfile)...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Converting multiples excel files to .mat
Hi all, I need to convert multiple xlsx files to .mat. The directory contains 4 folders which contain about 200 folders each whi...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort