JAYESH RAVAL
Institute for Plasma Research
Followers: 0 Following: 0
統計
All
Feeds
質問
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...
7年以上 前 | 0 件の回答 | 0
0
回答解決済み
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]
9年以上 前
解決済み
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 ...
9年以上 前
解決済み
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...
9年以上 前
解決済み
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:...
9年以上 前
解決済み
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
9年以上 前
質問
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...
9年以上 前 | 1 件の回答 | 0
1
回答回答済み
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...
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年弱 前 | 0
質問
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年弱 前 | 1 件の回答 | 0
1
回答回答済み
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...
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年弱 前 | 0
質問
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年弱 前 | 2 件の回答 | 0
2
回答質問
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 ...
11年以上 前 | 1 件の回答 | 0


