photo

Kathy


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
2 Answers

RANK
98 401
of 297 457

REPUTATION
0

CONTRIBUTIONS
5 Questions
2 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 20 438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158 938

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


plotxx scattered plot with smooth line and marker
I am using plotxx, i want to replicate the scattered chart with smooth lines and markers from excel in matlab. Any help?

nästan 8 år ago | 1 answer | 0

1

answer

Answered
x2 and y2 not plotting as expected
MATLAB Version: 8.3.0.532 (R2014a)

nästan 8 år ago | 0

Question


x2 and y2 not plotting as expected
Code is following clear all; close all; clc; % Arbitrary x's and y's x1 = [10 20 30 40]; y1 = [1 2 3 4]; x2 = [100 20...

nästan 8 år ago | 2 answers | 0

2

answers

Answered
compare date and time
without the datestr it gives this output for datestr(datenum(datetime)) and (datestr([2017 05 21 12 00 00]) out 7.3683e+0...

nästan 8 år ago | 0

Question


compare date and time
I need to check of the date is after specific date and time. for example if (datestr(datenum(datetime))) > (datestr([2017 0...

nästan 8 år ago | 4 answers | 0

4

answers

Question


importdata from dat file not picking the first cell
Import data doesn't read the date from the first cell which is within a string. here is the code. x = importdata('test.dat','...

nästan 8 år ago | 1 answer | 0

1

answer

Question


How to read data from dat file and plot ?
I want to read the data from the dat file. Skip first 5 lines and read after that. Finally I want to plot 3 columns from the da...

nästan 8 år ago | 1 answer | 0

1

answer