답변 있음
Infinite Ground plane for custom PCB-Antenna
Hi apex, As per my understanding, you want to set ground plane length to be infinite for a custom PCB Stack antenna. Currentl...

3년 초과 전 | 0

답변 있음
说明文档中的Pattern函数的type:gain在2023a版本中并不支持?
Hi xu yang, As per my understanding,you want to plot Phase pattern of an antenna, but you are unable to do that using 2022b and...

3년 초과 전 | 1

답변 있음
RF BUDGET ANALYZER - How to simulate compression point (P1dB and PSAT)
Hi Alon, You can plot the power characteristics of an amplifier to understand the P1dB and Psat points of an amplifier, but...

3년 초과 전 | 0

답변 있음
PCB Antenna Designer & memory consumption based on dielectric materials
Hi A_G, As per my understanding, you want to know, how to reduce the memory size after changing the dielectric material. Bas...

3년 초과 전 | 0

문제를 풀었습니다


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

3년 초과 전

문제를 풀었습니다


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

3년 초과 전

문제를 풀었습니다


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

3년 초과 전

문제를 풀었습니다


Create a vector
Create a vector from 0 to n by intervals of 2.

3년 초과 전

문제를 풀었습니다


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

3년 초과 전

문제를 풀었습니다


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

3년 초과 전

문제를 풀었습니다


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

3년 초과 전

문제를 풀었습니다


Find max
Find the maximum value of a given vector or matrix.

3년 초과 전

문제를 풀었습니다


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

3년 초과 전

문제를 풀었습니다


Inner product of two vectors
Find the inner product of two vectors.

3년 초과 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

3년 초과 전

답변 있음
How can I plot S-parameter of differential signal SDD21 on Matlab?
Hi Aastha, As per my understanding, you want to plot differential s-parameters from .s4P file in MATLAB. You can use the funct...

3년 초과 전 | 0

답변 있음
Adding axes to a scrollable gridlayout displays in the wrong location
Hi Ben, As per my understanding, you want display axes in a specific position in uigridlayout. But you are unable to get the d...

3년 초과 전 | 0

| 수락됨

답변 있음
Circular polarization in Multidiel function
Hi Amit, As per my understanding, query is regarding whether it is possible to consider incident field as circular polarization...

3년 초과 전 | 0

답변 있음
Antenna coarsen mesh on outer contour, parameters
Hi, As per my understanding, you want to customize mesh. You can set mesh mode to manual. You can also adjust the MaxEdgeLengt...

3년 초과 전 | 0

답변 있음
Extract Sparameters from rfbudget object
Hi, As per my understanding, you want to extract s-parameters data from RF object of 7 element RF chain. The total RF c...

3년 초과 전 | 0

| 수락됨

답변 있음
How do I append new data to a new variable in a NETCDF file ?
Hi, As per my understanding, you want to append new data to a new variable in a NETCDF file. You have used the following cod...

3년 초과 전 | 0

| 수락됨