photo

Samya


Last seen: 1년 초과 전 2023년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

0 질문
11 답변

순위
1,869
of 297,527

평판
34

참여
0 질문
11 답변

답변 채택
0.00%

획득한 표
13

순위
 of 20,454

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,075

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Store all results obtained from a for loop inside a matrix
Hi, from my understanding there is a very minor change in your code, To achieve the desired result, you need to initialize the ...

1년 초과 전 | 1

답변 있음
Plotting in two side
Hi, To synchronize the ticks on the y-axis of two plots created using the `plotyy` function in MATLAB, you can use the `addaxis`...

1년 초과 전 | 1

| 수락됨

답변 있음
Adding data to geoscatter clicks
Hi! To display additional information when clicking on a county in California, you can use the `datacursormode` function in MATL...

1년 초과 전 | 0

답변 있음
adding noise to a sine wave
Hi @mariam alsaid, To add colored noise centered around 4.5kHz to a sine wave and then plot the noisy and filtered sine wave, y...

1년 초과 전 | 1

답변 있음
How to compile Windows generated code on a Linux machine?
Hi, You can refer to the following MATLAB Answer: How to compile Windows generated code on a Linux machine? - MATLAB Answers -...

1년 초과 전 | 1

답변 있음
Add harmonic signals to White noise
Hi! To add harmonics to white Gaussian noise and listen to the resulting sound in MATLAB, you can follow these steps: Generate ...

1년 초과 전 | 2

답변 있음
help in cnn classification
Hello! Yes, you can use Convolutional Neural Networks (CNNs) for classification of feature vectors. CNNs are commonly used for i...

1년 초과 전 | 2

답변 있음
Reduce Legend line size and box accordingly
To reduce the legend lines length and adjust the legend box, you can modify the following lines of code: Add the `'AutoUpdate',...

1년 초과 전 | 1

답변 있음
How to link a Simulink's Scope to a App Designer's Axes
To link the App Designer's Axes to the Simulink Scope and mirror the graph while the simulation is running, you can use the Simu...

1년 초과 전 | 1

답변 있음
how to determine that all cell array value exists in other cell array?
Hi @Mira le! To check if all the values of S are contained in T, you can use the ismember function. Here's the code to check i...

1년 초과 전 | 1

답변 있음
How to make this plot?
Hi @Yasmin Marsya! Below is how you can approach to solve your question. Input the amount of substance of hydrogen gas (n) Def...

거의 2년 전 | 2