Community Profile

photo

Arpita


Last seen: 約2ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


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

4ヶ月 前 | 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 ...

4ヶ月 前 | 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...

5ヶ月 前 | 1 件の回答 | 0

1

回答

質問


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

約1年 前 | 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...

約1年 前 | 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 ...

約1年 前 | 3 件の回答 | 0

3

回答