photo

sam


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

13 Questions
0 Answers

RANK
223,985
of 300,321

REPUTATION
0

CONTRIBUTIONS
13 Questions
0 Answers

ANSWER ACCEPTANCE
69.23%

VOTES RECEIVED
0

RANK
 of 20,913

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,093

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 3

View badges

Feeds

View by

Question


extracting values from matlab double arrays
I have bunch of x1, x2, ... xn values as such as given below. I want to only extract those values for x1, x2, ..., xn only if va...

3 years ago | 1 answer | 0

1

answer

Question


I have 3 double array of sizes 6x1 double, 4x1 double and 5x1 double. I like to combine them to make a structure of size 1x3 struct containing all these 3 double arrays.
I have 3 double array of sizes 6x1 double, 4x1 double and 5x1 double. I like to combine them to make a structure of size 1x3 str...

3 years ago | 1 answer | 0

1

answer

Question


How to subplot 3by2 in matlab?
How I can plot like this? Fig1 Fig2 Fig3 Fig4 Fig5 Fig6

3 years ago | 2 answers | 0

2

answers

Question


Plotting multiple figures using subplot
How I can plot like this? Fig1 Fig2 Fig3 Fig4 Fig5 Fig6

3 years ago | 2 answers | 0

2

answers

Question


Hi when I plot I always get the same color for both bar. They are from different classes. How can I make the color different? Thank you.
close all clear clc r = [100; 80]; bar(r) ylabel('Accuracy'); xlabel('Classifier') %yticks([0 0.2 0.4 0.6 0.8 1]) xtickl...

3 years ago | 1 answer | 0

1

answer

Question


How can I create a bar plot like the following figure in Matlab? Any help? Thank you.
How can I create a bar plot like the following figure in Matlab?

3 years ago | 2 answers | 0

2

answers

Question


Matlab Legend Issue - I'm always getting legend for data1, but not for data2. Could you kindly let me know what I'm doing wrong? Thank you.
Stuct_1 = 1x10 struct Stuct_2 = 1x10 struct for i = 1:10 ...

3 years ago | 1 answer | 0

1

answer

Question


How can I convert 5.000000e-01 to 0.5 in Matlab? Please help. Thank you so much.
I need to convert 5.000000e-01 to 0.5 in Matlab

3 years ago | 1 answer | 0

1

answer

Question


How to extract specific struct data from multiple mat files? Please help. Thank you so much.
I have the following 5 mat files for 5 samples of data type 0. These mat files contain lot of data structure and variables. I wa...

3 years ago | 1 answer | 0

1

answer

Question


Hi, I have the following 1x10 matlab structure where all 10 elements are column vectors of varying sizes. Need to convert it to matrix as described below. Any help?
I have the following 1x10 matlab structure where all 10 elements are column vectors of varying length. I want to populate the fi...

3 years ago | 1 answer | 0

1

answer