photo

JAYESH RAVAL


Institute for Plasma Research

Last seen: 6 years ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

5 Questions
2 Answers

Cody

0 Problems
7 Solutions

RANK
296,193
of 301,824

REPUTATION
0

CONTRIBUTIONS
5 Questions
2 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 21,423

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
59,663
of 176,757

CONTRIBUTIONS
0 Problems
7 Solutions

SCORE
60

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Question


Help regarding stack plot
Dear Friend I need to plot 7 plot in one sub plot having only one x axis as time and each y data is offset by fixed distance me...

8 years ago | 0 answers | 0

0

answers

Solved


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

10 years ago

Solved


add 1 to every elements
Add 1 to every elements of an array

10 years ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

10 years ago

Solved


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

10 years ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

10 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

10 years ago

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

10 years ago

Question


Interpolation problem with NaN numbers
I have emission matrix of 512 x 101 and for that i have corresponding X0 and Y0 value matrix. matrix x contains number varie...

10 years ago | 1 answer | 0

1

answer

Answered
I am getting the error as "Error using * Inner matrix dimensions must agree. Error in O1 (line 8) stress=((3*W*v)/(4*pi*h*h));" for the following code.Please help me out
Please try for loop to do calculation r=0.6; P=82.7*1E-6; a=150*1E-6; W=pi*a*2*P; v=0.3; h = linspace(1*1E-6...

10 years ago | 0

Question


i have file HMINT_3333.mat is located in any one director i need to load this file by directly getting filename can any body help
file path c:\data\HMINT_3333.mat this data folder may have other mat file also i need to open this mat file and tried to plot...

10 years ago | 1 answer | 0

1

answer

Answered
i am trying to make a two dimensional matrix from different data file but found following problem please help in this regard.
Thank you very much for the reply i understand my mistake and i have solved by rounding off the real number so that it becom...

10 years ago | 0

Question


i am trying to make a two dimensional matrix from different data file but found following problem please help in this regard.
I have specific task, i have temp profile for three sets of data. SH_NO=[7022,7023,7024] data is acquire at 100kHz so time diff...

10 years ago | 2 answers | 0

2

answers

Question


can any body help me regarding how to find zero in my data.
I have following code x=-3*pi:0.001:3*pi; y=sin(x); % i would like to find the value of x for which my data y goes ...

12 years ago | 1 answer | 0

1

answer