photo

JAYESH RAVAL


Institute for Plasma Research

Last seen: plus de 5 ans il y a Actif depuis 2014

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

5 Questions
2 Réponses

Cody

0 Problèmes
7 Solutions

RANG
84 054
of 301 237

RÉPUTATION
0

CONTRIBUTIONS
5 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
60.0%

VOTES REÇUS
0

RANG
 of 21 206

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
59 357
of 173 611

CONTRIBUTIONS
0 Problèmes
7 Solutions

SCORE
60

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

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

plus de 7 ans il y a | 1 réponse | 0

0

réponse

A résolu


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]

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

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

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

environ 10 ans il y a | 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...

environ 10 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

environ 10 ans il y a | 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...

environ 10 ans il y a | 2 réponses | 0

2

réponses

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

plus de 11 ans il y a | 1 réponse | 0

1

réponse