![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16558111_1571005028480_DEF.jpg)
Ted Baker
Followers: 0 Following: 0
Statistik
24 Fragen
0 Antworten
RANG
156.707
of 297.016
REPUTATION
0
BEITRÄGE
24 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
83.33%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Convert Array of Float to comma delimited string
Hi I would like to convert an array of floats to a single string, with commas separating the numbers, as below: data = [1 2 3 4...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How Can I Append Multiple Lined Header to a CSV File?
I am looking to create a csv file with the date/time, variable names, and a table of data - something like: Date, 01/11/20 A, ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do I flip an image without affecting the Y Axis?
I'm trying to plot the example file using the following code: close all; input = 'example.txt'; data = readmatrix(input); fi...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I create a variable number of arrays and plot in the same image?
Hi, I'm trying to plot some txt files which have two columns, 'a' and 'b' as an image. 'a' is a variable that always counts fro...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Purpose of Upsampling in QPSK Tx
Hi, I am working through a QPSK transmitter example here: https://uk.mathworks.com/help/supportpkg/usrpradio/examples/qpsk-tra...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Creating a Tabular Legend
I would like to create a legend with an additional column for a number to be inserted next to the variable name as follows: H...
fast 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Using name of saved matrix
Hi, I'm trying to plot multiple outputs from a script on the same graph. As it stands, my script outputs the array I want to pl...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Matching array dimensions when importing csv
Hi I'm trying to match the dimensions of two arrays so i can plot them. One is longer than the other, so I am trying to interpol...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Remove last row from csv using csvread
Hi, I have the following code to read all the csv files in a directory. close all; csvfiles = dir('*.csv'); for file = cs...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why do I see no Carrier Modulation Component?
Hi, I'm trying to simulate some amplitude modulation using an example from "The Art of Electronics (Horowitz)". the author says ...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to centre textboxes on the plot outline?
Hi, I'm trying to create a plot with a couple of textbox annotations. Ideally, I'd like the text boxes to be centred on the boun...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to specify date ticks on plot
Hi, I'm trying to plot the attached csv file, but i am having problems creating a tidy x axis labels. Ideally, I would like a l...
fast 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to Set Specific Arg in Function
Hi, I'm trying to use th function give at this link: https://uk.mathworks.com/matlabcentral/fileexchange/47165-heatscatter-plot...
fast 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Why is 'print' creating a csv file?
I'm trying to save a plot as a high dpi png, however, matlab keeps svaing the output as a csv. Why is this? My code is as follow...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to not plot a single file in a directory?
Hi I am wanting to compare every file in a directory with one specific file in the same directory for a closest match, say compa...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I convert all string cells in a table to numerical values?
Hi I'm trying to import a text file into a table format. The text file is separated by single spaces, which I have included as a...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to combine array columns to form complex number?
I'm trying to combine two columns from two arrays to form a complex number. I know I can create a complex number using the compl...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to swap array element from two arrays conditionally
I'm looking to plot a matrix using data from two arrays. If the second array has a number which is not zero in an element, this ...
etwa 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to Check if Element of Array Exists?
I have an array of strings which varies in size depending on the number of words in a file name. One file might result in an arr...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to reference entire substring as a string?
I have an array of strings in a 4x1 cell format, called textarr, as below: ExA ExB ExC ExD.exe I would like to remove the ...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Looking for a Surface - like plot
I'm wanting to plot a 2d array in a sort of heatmap form, with different colours representing different valuess, similiar to thi...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to plot arrays of different sizes using interp1?
Hi, I'm trying to compare a simlation result against a measured result, however I'm having difficulty aligning the two sets of ...
mehr als 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Why do I need to declare a variable inside a nested 'for' loop?
Hi, I have some code, below, which fails on the last line before both 'end's (T_noise_out(it) = ....). The Command Window tells ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How Can I White Space From Both Axis in Surface Plot?
Hi I'm trying to remove the whitespace around some surface plots I have made: I have tried using linspace in both dimensions,...
mehr als 5 Jahre vor | 1 Antwort | 0