
RAGHUNATHRAJU DASHARATHA
Followers: 0 Following: 0
Statistics
RANK
1,653
of 296,887
REPUTATION
40
CONTRIBUTIONS
0 Questions
24 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
7
RANK
of 20,416
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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 ...
2 years ago | 0
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...
2 years ago | 1
| accepted
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...
2 years ago | 0
| accepted
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...
2 years ago | 1
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...
2 years ago | 0
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...
2 years ago | 0
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 ...
2 years ago | 2
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 ...
2 years ago | 0
| accepted
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...
2 years ago | 0
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...
2 years ago | 0
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 ...
2 years ago | 0
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...
2 years ago | 0
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...
2 years ago | 0
| accepted
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...
2 years ago | 0
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 . ...
2 years ago | 0
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 ...
2 years ago | 0
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...
2 years ago | 0
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...
2 years ago | 0
| accepted
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 ...
2 years ago | 0
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...
2 years ago | 1
| accepted
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...
2 years ago | 0
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 ...
2 years ago | 1
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...
2 years ago | 0
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...
2 years ago | 1