Community Profile

photo

sam


Last seen: 1 year 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 2 个回答 | 0

2

个回答

提问


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

1 year 前 | 2 个回答 | 0

2

个回答

提问


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...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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?

1 year 前 | 2 个回答 | 0

2

个回答

提问


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 ...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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...

1 year 前 | 1 个回答 | 0

1

个回答