Community Profile

photo

RAGHUNATHRAJU DASHARATHA


Last seen: 12 mesi fa Attivo dal 2022

Followers: 0   Following: 0

Statistiche

All
  • 3 Month Streak
  • Knowledgeable Level 2
  • Community Group Solver
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
Remove or turn-off interdigitalCapacitor under-side conductor.
As per my understanding you want to remove or turn off the ground plane from the interdigitalCapacitor.For any catalog element ...

oltre un anno fa | 0

Risposto
How can I calculate the sample mean and sample variance
A per my understanding you want to calculate mean and variance for each column and whole matrix. I'll demonstrate it using belo...

oltre un anno fa | 1

| accettato

Risposto
Tick marks on primary x and y axes
As per my understanding you want to remove tick marks on top x axis and right y axis . I will try to demonstrate using the belo...

oltre un anno fa | 0

| accettato

Risposto
Why does my else doesnt work?
As per my understanding you are using conditional statement if-else to get your output but unable to do it because in else cond...

oltre un anno fa | 1

Risposto
Plot five y axis for one x axis in single plot?
As per my understanding you want to plot multiple y-axis for single x-axis in a plot You can try a function from the file excha...

oltre un anno fa | 0

Risposto
how to plot this
As per my understanding you want to plot x and y but you are unable to do that beacuse you are not using element wise operations...

oltre un anno fa | 0

Risposto
Table column of strings to a matrix.
As per my understanding you want to get a matrix from the string array I will demonstarte it using the example below A=["[0 0 ...

oltre un anno fa | 2

Risposto
I want to put a column of information back into an excel sheet
A per my understanding you want to add a new column of information back to the excel sheet. you can add the following lines of ...

oltre un anno fa | 0

| accettato

Risposto
put it in a function
As per my understanding you want to write your code into a function . I will be demonstrating it using your code as example bel...

oltre un anno fa | 0

Risposto
Get data from table to editfield
As per my understanding you want to get minimum value from 2nd and 3rd column of your data. I assume you have converted your ta...

oltre un anno fa | 0

Risposto
surface and volume charge
A per my understanding you want to know how Matlab used the columbs law to calculate the electric fields. You can refer to the ...

oltre un anno fa | 0

Risposto
Return Values that are Between Two Values
As per my understanding you want to get the values between the lower and upper threshold from your vector. I will try to explai...

oltre un anno fa | 0

Risposto
How can i plot this function? y=0.75/(log10(x)*2).^2
As per my understanding you want to plot the given function in 2D plot . It is just that you forgot to add '.' before '/' to do...

oltre un anno fa | 0

| accettato

Risposto
Multiple of dataTipTextRow on plot
A per my understanding you want to add two sets of data to same dataTipTextRow. It is not possible to add another set of data a...

oltre un anno fa | 0

Risposto
Exacting a constant range/window of values from a matrix (skipping one cell each time).
As per my understanding you want to skip every 25th value of a matrix. I will try to explain it using an example below . ...

oltre un anno fa | 0

Risposto
Matrix Reshaping 9x9 to 3x27
As per my understanding you want to convert a 9x9 matric to 3x27 matix. I will try to explain it using an example below ...

oltre un anno fa | 0

Risposto
add min and max data tips for multiple lines.
As per my understanding you want to add min and max data tips for multiple lines. I will try to explain it for a single lin...

oltre un anno fa | 0

Risposto
how do i use datetime adjust xtick
As per my understanding you want to know how to adjust xticks in datetime plot I will try to explain it using an example belo...

oltre un anno fa | 0

| accettato

Risposto
Adding XTickLabels to grouped individual bar graphs and plot on hold
As per my understanding you want to add XTickLabels to grouped individual bar graphs and plot I would like to demonstrate it ...

oltre un anno fa | 0

Risposto
Change the numeric class label of confusion matrix to string
As per my understanding you want to change the numeric class label to string class label for confusionchart I would like to dem...

oltre un anno fa | 1

| accettato

Risposto
how to change rho values to get radiation pattern of antenna ?
As per my understanding you want to plot Radiation pattern from the data I would like to demonstrate it using below example ,H...

oltre un anno fa | 0

Risposto
Can any one give me the code for this plot (Radiation Pattern Hallen’s)
As per my understanding you want to plot Hallen’s Radiation pattern. From the image I understand that the pattern looks like ...

oltre un anno fa | 1

Risposto
Avoiding (X,Y)=(0,0) from loop
As per my understanding you want to avoid the value (0,0) for (X,Y) in your code I will be demonstrating it using your code. I...

oltre un anno fa | 0

Risposto
Radiation pattern code needed.
As per my understanding you want to plot the radiation pattern of a H-plane Horn Antenna in MATLAB I will be demonstrating it...

oltre un anno fa | 1