Respondida
Plot the orbit of a satellite
Edited 10/28/2021 - Thanks to a bug found by @Frank Epstein in the interpretation of Mdot - this is updated in TLE2OrbitalElemen...

más de 6 años hace | 10

| aceptada

Respondida
About FFT of sin(x) / x , how to plot ?
Hi, I was able to get a plot by removing the discontinuity in the signal. Is this what you were expecting? % show the " y=sin(...

más de 6 años hace | 1

| aceptada

Respondida
Extract daily time series NetCDF to specific location
Here's a solution: clc close all clear all filename = ('precip.2019.nc'); info = ncinfo(filename); % Variable 1 lat = d...

más de 6 años hace | 1

Respondida
How to sort my signal based on the frequency domain? low to high
Here's a suggestion for enhancing the spectogram to pull out signals. More information about the feature signals would be helpf...

más de 6 años hace | 1

| aceptada

Respondida
Extraction NetCDF time series to point
Hi. This is a completely different file format. The data are on a finer spatial grid, but there are only 365 'times'. The tim...

más de 6 años hace | 0

Respondida
How can assign a color for two member of a matrix?
So the new constraints are: change the background color from grayscale to single tone color scale arbitrary set of bubbles to ...

más de 6 años hace | 1

Respondida
source code for cap modulation
There's a download for that here: http://en.pudn.com/Download/item/id/3152000.html

más de 6 años hace | 0

Respondida
Describing my graph in terms of a fourier series.
If I understand your question, it sounds like you want to find the underlying signal frequencies of your data. clear variables ...

más de 6 años hace | 0

Respondida
RE: Extraction of NetCDF to certain point and location
Here's a solution: clc close all clear all % ftp://ftp.cdc.noaa.gov/Datasets/cmap/std/precip.mon.mean.nc filename = ('pre...

más de 6 años hace | 0

Respondida
Extraction NetCDF time series to point
Here's a solution that is workable: clc close all clear all % ftp://ftp.cdc.noaa.gov/Datasets/cmap/std/precip.mon.mean.nc ...

más de 6 años hace | 0

| aceptada

Respondida
Read row of data from excel file and step/iterate through each row when program is looped
Probably not the best way, but it works: irow = 1; Data = xlsread('fakedata.xlsx','Sheet1',['A' num2str(irow) ':B' num2str(iro...

más de 6 años hace | 1

| aceptada

Respondida
Can anyone help me to write a MATLAB script like the one attached?
Yes. It's not exact, and the arrow is kludged but I hope it is good enough: clc clear all close all fig = figure('color',...

más de 6 años hace | 2

| aceptada

Respondida
Selecting rows based on two criteria
Hi, here's a solution that makes this assumption - your columns Pump On and Pump Off are really Pump1 and Pump2. Otherwise, I c...

más de 6 años hace | 0

| aceptada

Respondida
How can assign a color for two member of a matrix?
There are a couple of different ways to do it. But I really like just making a false color composite over making a pseudocolor....

más de 6 años hace | 0

| aceptada

Enviada


Space Weather (global TEC) displayed with geoshow & mapshow
This project shows how to plot and create movies of global gridded space weather data using matlab.

más de 6 años hace | 2 descargas |

0.0 / 5
Thumbnail

Respondida
How to create static vertical line in plotting window
This example shows one way. If you don't want the tickmarks on the vertical line, you can remove them. clc close all clear a...

más de 6 años hace | 1

| aceptada

Respondida
Remove legend entries from Figure window
Here's an example: clc close all clear all % fake data f = -pi:0.01:pi; y1 = sin(2.*f + pi/3) + 0.05*rand(size(f)); y2 ...

más de 6 años hace | 2

Respondida
Problem with text in legend of figure file generated through plot command
Here's an example: clc close all clear all % fake data f = -pi:0.01:pi; y1 = sin(2.*f + pi/3) + 0.05*rand(size(f)); y2 ...

más de 6 años hace | 0

Respondida
trying to make many subjects the same color in graph
With some fake data, this works: % fake data f = -pi:0.01:pi; allspectrums_cortex_young = sin(2.*f + pi/3) + 0.05*rand(size(f...

más de 6 años hace | 0

| aceptada

Respondida
How to generate a point cloud based on the set of data I have?
I don't have that Computer Vision System Toolbox, but try this: l=110; x = [3,3,3,3,3,3,3,3]; y = [-l*sind(0),-l*sind(1),-l*s...

más de 6 años hace | 0

| aceptada

Respondida
How can I convert an image to polar coordinates ?
I'm not really sure what you're trying to accomplish, but if it is to have a set of 2D arrays that represent the distance from t...

más de 6 años hace | 0

Respondida
How to perform shape factor analysis (circularity) on list of x, y coordinates
For the final part of your question, 'Alternatively, are there other methods in image processing that are generally used to anal...

más de 6 años hace | 0

Respondida
How to read multiple text.jpg images in a loop?
It might be easier if you use wildcard in the dir function, then the .db or .. won't be in the list of files in TrainFiles. Tra...

más de 6 años hace | 0

Respondida
how to make a roc curve on matlab
I was able to run a slightly modified version with no errors. I do not know if it is doing what you want it to do. % I want to...

más de 6 años hace | 0

| aceptada

Respondida
mode point of a polynomial fit of histogram
%% Question % I have a vector (1x18864) which I generated a histogram to, using the % histogram(variable,nbins) function. % ...

más de 6 años hace | 0

Respondida
How can I generate a TEC map by interpolating a 3D matrix in a .mat file?
clc close all clear all filename = 'gps_tec2hr_igs_20150317_v01.cdf'; [data, info] = cdfread(filename); latIGS = cdfrea...

más de 6 años hace | 0

| aceptada

Respondida
how can i calculate the area of ​​the white part of this image?
Here are two ways: [imarray,cmap] = imread('01NT.bmp'); im225 = zeros(size(imarray)); im255 = zeros(size(imarray)); im225(im...

más de 6 años hace | 0

| aceptada

Respondida
Visualizing Geoid Height with given longitude, latitude and geoid heights
First, create a 2D map of the heights were the rows are latitude and the columns are longitude. You could use the matlab unique...

más de 6 años hace | 0

| aceptada

Respondida
Stopping the code in a given time
You could create a while ... end loop for your routine where the condition evaluated involves comparing time to absolute or elap...

más de 6 años hace | 0

Enviada


Baseball Flight
To calculate the trajectory of a ballistic baseball with air drag, wind pressure, and magnus force (lift or curve).

más de 6 años hace | 3 descargas |

5.0 / 5
Thumbnail

Cargar más