photo

Arpita


Last seen: 대략 1년 전 2023년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
0 답변

순위
127,347
of 301,195

평판
0

참여
8 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,190

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,322

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


what am i doing wrong?
a = [6.935619321 6.044821712 3.134221992 4.03723168 44.35409695 24.3929123 27.83599663 2.360239752 31.63092825 7.189890853 0.639...

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

1

답변

질문


How to solve this problem?
Suppose I have an array that is a large m x n matrix. For a value y, if the numbers in this matrix are less than y, then i want ...

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

1

답변

질문


how to solve this problem?
Q_p = [Q1 Q2 Q3 Q4 Q5] Q = mean(Q_p) if (Q < 50) & (Q > 250); q_1 = 0; if (Q_p >= 50) & (Q_p < 250); q_1 = ...

대략 2년 전 | 답변 수: 2 | 0

2

답변

질문


How to solve this problem?
Suppose we have this situation upon fulfilling a certain condition, such as 2.5<x<5, we take the average of the q values ...

대략 2년 전 | 답변 수: 2 | 0

2

답변

질문


Give me an example of a calling function.
program 1 clc clear all close all format longG f1 = (.01 + .1)/2; f2 = (2 + 4)/2; f3 = (1 + 5)/2; % centre frequency in H...

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

1

답변

질문


how to construct this in matlab? can anyone explain step by step?
I am trying to construct this in matlab.

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

1

답변

질문


what is the meaning of this error? how to stop this error?
For context, I am using this as a calling function. function [pa] = Forward_model(M,El_sp) M = [220,208,70,6,5]; %[rho1 rh...

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

3

답변

질문


why am i getting this message: "Array indices must be positive integers or logical values."?
clc close all clear all abs_val = 978741.3548; %absolute value for the base station ic = 0.1008; %instrument constant ...

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

3

답변