Ted Baker
Followers: 0 Following: 0
Statistica
24 Domande
0 Risposte
RANK
238.959
of 294.407
REPUTAZIONE
0
CONTRIBUTI
24 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
83.33%
VOTI RICEVUTI
0
RANK
of 151.611
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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, ...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 4 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 4 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 4 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 4 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 4 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 4 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
quasi 5 anni fa | 2 risposte | 0
2
risposteDomanda
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...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
quasi 5 anni fa | 2 risposte | 0
2
risposteDomanda
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 ...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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,...
quasi 5 anni fa | 1 risposta | 0