Hirak
Assam University,Silchar
Followers: 0 Following: 0
I love to eat and sleep, meanwhile I dream.
Professional Interests: simulation of nanoparticles
Feeds
질문
How to call two sets of arrays in a nested loop?
Hello Experts, I have taken two sets of arrays. First one is 'alpha', which consists of 251 elements, the second one is 't', wh...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to find a double integral
I need to integrate the function wrt theta and phi. How to do it? m,n, p are constants. f=m*p*cos(theta)^3*sin(phi)^2 - n*p*c...
5년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
Error 'DOUBLE cannot convert the input expression into a double array'
I have tried with this syms x y z eta w %surface a1=25; a2=25; a3=25; epsilon1=.33; epsilon2=.66; epsilon3=.33; elp=[a1.*...
Error 'DOUBLE cannot convert the input expression into a double array'
I have tried with this syms x y z eta w %surface a1=25; a2=25; a3=25; epsilon1=.33; epsilon2=.66; epsilon3=.33; elp=[a1.*...
거의 6년 전 | 0
질문
Error 'DOUBLE cannot convert the input expression into a double array'
I have symbolically integrated as following function[flux]= superquad2(a1,a2,a3, epsilon1,epsilon2,epsilon3) syms eta w ...
거의 6년 전 | 답변 수: 2 | 0
2
답변질문
What do this expression mean '/\\\\r\n2' in symbolic integration?
I did a symbolic integration for the limit of variables defined as (f(eta,w),eta, etamin, etamax,w, wmin,wmax) and obtained the ...
거의 6년 전 | 답변 수: 1 | 0
1
답변답변 있음
How to convert a symbolic output to its numerical form ( for vector integration) ?
Dear Sir, I have made some changes to avoid the unattended complexities arising due to the complex nature of functional forms....
How to convert a symbolic output to its numerical form ( for vector integration) ?
Dear Sir, I have made some changes to avoid the unattended complexities arising due to the complex nature of functional forms....
거의 6년 전 | 0
질문
How to convert a symbolic output to its numerical form ( for vector integration) ?
I am stuck in a resilient difficulty due to my inexperience with vector computation. The code is all about calculating outward...
대략 6년 전 | 답변 수: 3 | 0
3
답변질문
Eshelby's tensor for three dimensional mesh
Dear all, Seasons' greetings. I am trying to find out the Eshelby's tensor for superellipsoid system. I am following the proto...
대략 6년 전 | 답변 수: 0 | 0
0
답변답변 있음
Solving implicit equation for three variables
I have found the individual matrices, but now I want to group the matrices taking one cloumn from each, viz., for n=.5:.5:5 ...
Solving implicit equation for three variables
I have found the individual matrices, but now I want to group the matrices taking one cloumn from each, viz., for n=.5:.5:5 ...
대략 6년 전 | 0
| 수락됨
질문
Solving implicit equation for three variables
I want to solve the supersphere equation x^n+y^n=1 for x_range=y_range=.1:.1:1 and n=.3:.3:3. I have done the plot with fimp...
대략 6년 전 | 답변 수: 1 | 0
1
답변답변 있음
How to plot four dimensional data in a single plot
Thanks for the reply. I wanted to plot the data in 3-D bar plots, where x and y-axis should follow the data set of column 1 and ...
How to plot four dimensional data in a single plot
Thanks for the reply. I wanted to plot the data in 3-D bar plots, where x and y-axis should follow the data set of column 1 and ...
거의 7년 전 | 0
질문
How to plot four dimensional data in a single plot
Hello Everyone, I have a four-dimensional data to plot, where each dimension is independent of the others, i.e. they do not bea...
거의 7년 전 | 답변 수: 2 | 0
2
답변질문
Error using ==> vertcat CAT arguments dimensions are not consistent.
Hi Friends, Thank you for your responses. Major of my work consists of generation of data plot. I am need for a code in which I ...
대략 11년 전 | 답변 수: 1 | 0
1
답변답변 있음
Why do I get the error 'CAT arguments dimensions are not consistent'?
I have also experienced the same when I run the following code: clear all; close all; r_shell=(1:.26:5.2); for r_core=(1:...
Why do I get the error 'CAT arguments dimensions are not consistent'?
I have also experienced the same when I run the following code: clear all; close all; r_shell=(1:.26:5.2); for r_core=(1:...
대략 11년 전 | 0
답변 있음
generation of data plot using an equation
Thank you Niklas. It worked nicely. Now, if I want to vary r_core also, say, for the spread 1:0.1:10, and make a three dimension...
generation of data plot using an equation
Thank you Niklas. It worked nicely. Now, if I want to vary r_core also, say, for the spread 1:0.1:10, and make a three dimension...
대략 11년 전 | 0
| 수락됨
질문
generation of data plot using an equation
Hi Friends, I am a newbie in this world. Major of my work consists of generation of data plot. Recently I am need for a code in ...
대략 11년 전 | 답변 수: 2 | 0