Risposto
MathWorks Account Unavailable - Technical Issue
Hi , You can refer to the following MATLAB Answer to understand why you are facing the issue https://www.mathworks.com/matlabc...

oltre 3 anni fa | 0

Risposto
Importing antenna with several materials from CST
Hi mark, As per my understanding, you want to import your antenna model to MATLAB and investigate the patterns. You can use ...

oltre 3 anni fa | 0

| accettato

Risposto
Create multiple checkbox in a loop
Hi Kishore, As per my understanding, you want to create multiple checkboxes in a loop and have the same name as the loop....

oltre 3 anni fa | 0

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

oltre 3 anni fa | 0

Risposto
说明文档中的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...

oltre 3 anni fa | 1

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

oltre 3 anni fa | 0

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

oltre 3 anni fa | 0

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

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

oltre 3 anni fa | 0

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

oltre 3 anni fa | 0

| accettato

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

oltre 3 anni fa | 0

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

oltre 3 anni fa | 0

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

oltre 3 anni fa | 0

| accettato

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

oltre 3 anni fa | 0

| accettato