sam
Followers: 0 Following: 0
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...
2 years 前 | 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...
2 years 前 | 1 个回答 | 0
1
个回答提问
How to subplot 3by2 in matlab?
How I can plot like this? Fig1 Fig2 Fig3 Fig4 Fig5 Fig6
2 years 前 | 2 个回答 | 0
2
个回答提问
Plotting multiple figures using subplot
How I can plot like this? Fig1 Fig2 Fig3 Fig4 Fig5 Fig6
2 years 前 | 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...
2 years 前 | 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?
2 years 前 | 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 ...
2 years 前 | 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
2 years 前 | 1 个回答 | 0
1
个回答提问
I have 100x73 double mat file as shown in image. I want to remove all zero values from this file and save it to a new mat file. How can I do it? Thank you.
2 years 前 | 1 个回答 | 0
1
个回答提问
Hi, whenever I run this code my data get updated to the last file data. I don't want to do it, rather I want all data to stack one after another. How can I update this code?
2 years 前 | 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...
2 years 前 | 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...
2 years 前 | 1 个回答 | 0