![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/24236587_1633588139511_DEF.jpg)
RAGHUNATHRAJU DASHARATHA
Followers: 0 Following: 0
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 ...
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 前 | 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...
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 前 | 1
| 已接受
已回答
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...
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 前 | 0
| 已接受
已回答
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...
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 前 | 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...
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 前 | 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...
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 前 | 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 ...
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 前 | 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 ...
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 前 | 0
| 已接受
已回答
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...
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 前 | 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...
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 前 | 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 ...
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 前 | 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...
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 前 | 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...
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 前 | 0
| 已接受
已回答
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...
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 前 | 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 . ...
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 前 | 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 ...
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 前 | 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...
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 前 | 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...
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 前 | 0
| 已接受
已回答
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 ...
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 前 | 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...
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 前 | 1
| 已接受
已回答
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...
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 前 | 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 ...
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 前 | 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...
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 前 | 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...
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 前 | 1