photo

Sreeraj T


Last seen: 22 Tage vor Aktiv seit 2017

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

Statistik

MATLAB Answers

15 Fragen
1 Antwort

RANG
15.790
of 299.737

REPUTATION
2

BEITRÄGE
15 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
53.33%

ERHALTENE STIMMEN
2

RANG
 of 20.791

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 165.655

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

  • First Answer
  • Revival Level 1
  • Thankful Level 3
  • First Review

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Plotting with small time values in MATLAB
I am struggling with a code to plot time in x axis. I have variable ‘TimeValues1’ which is in ‘datetime’ format and ‘PhysicalVal...

etwa 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Right-side text limit working erratically while changing the font
Let me try to explain a slight problem that I am facing. In this figure, you can see that I have font “Monospaced” with font ...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Matlab treating numbers smaller than 10^(-10) as zero
I have a program which does some calculations. At some point, one has to take two values, lets say Nr and Dr having values 7.333...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Multiple labels on xaxis
I have a code which goes like this: clear;clc close all; EventDuation=datetime(2012,10,12,16,50,(linspace(0,265,605))'); AVa...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Extracting index of specified date from datetime array
Let us say that I have a datetime array which has dates that goes like these: '2015-05-03 23:59:56' '2015-05-03 23:59:56' '20...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Loading dat files using Import Data tool giving strange characters
I have a data downloaded from https://pds-ppi.igpp.ucla.edu/search/view/?f=yes&id=pds://PPI/JNO-J_SW-JAD-3-CALIBRATED-V1.0/DATA/...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
MatlabR2016b uninstaller won't work
I have also faced this same problem. I deleted the whole Mathwork folder (I had only one matlab) as suggested from this link: ...

mehr als 4 Jahre vor | 0

Frage


Legend being occupied by background spectrogram
I have code which goes like this: clc;clear; close all Time=linspace(16.8,17.8,230400)'; Field=linspace(0,4,230400)'; fig...

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Axes labeling and over-plotting two graph having different data size
I have a code which goes like this: close;clear;clc format long TimeDuration=datetime(2012,10,12,16, 50,(00:0.0158:3600)'); ...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Setting x axis in hh:mm format for plotting
I have a code which goes like this: clc;clear;close all %% Time=linspace(16.8,17.8,230400)'; Field=linspace(50,145,230400)'...

etwa 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Files getting moved to another folder while renaming using regexp and movefile command
This is with reference changing file name using matlab code (1) I have bunch of pdf files with tiles “AuthorA_2...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


More line style in Matlab
I have a code which goes like this: clear;clc;close all; x1=(linspace(1,3,1800))'; y1=(linspace(1,2,1800))'; ...

fast 7 Jahre vor | 3 Antworten | 1

3

Antworten

Frage


Swapping of data points
I have a MATLAB code which has been attached with this question. when you run it and plot it (which has been already done in the...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Sorting the complex array elements with imaginary part along with it.
I have a set of data points, which are complex numbers which have, let’s say, 8 rows and 6 columns. If you look at the program, ...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Usage of roots and solve in MATLAB
I have an equation which goes like this: (a/k^2)-((w^2-b)/(w^4-k^2*c*w^2-d))-((e*w^2-f)/(w^4-k^2*g*w^2-h)) (I don’t know how...

mehr als 8 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Automatically change header name
I have an equation z=x+a*n. Here a is a constant, and x varies from 0 to 10 with 1 interval. Also, n varies from 0 to 10. I have...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort