photo

sam


Last seen: 2년 초과 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

13 질문
0 답변

순위
218,566
of 300,338

평판
0

참여
13 질문
0 답변

답변 채택
69.23%

획득한 표
0

순위
 of 20,922

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,149

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

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

거의 3년 전 | 답변 수: 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...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 3년 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 3년 전 | 답변 수: 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...

거의 3년 전 | 답변 수: 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?

거의 3년 전 | 답변 수: 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 ...

거의 3년 전 | 답변 수: 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

대략 3년 전 | 답변 수: 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...

대략 3년 전 | 답변 수: 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...

대략 3년 전 | 답변 수: 1 | 0

1

답변