Sandeep Parameshwara
Followers: 0 Following: 0
Statistiques
RANG
8 213
of 295 569
RÉPUTATION
5
CONTRIBUTIONS
10 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
80.0%
VOTES REÇUS
2
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Dynamic on the fly expression/function
Hello, I want to create a mathematical expression like this. It has certain pattern as given below and number of terms in the e...
presque 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
reshaping multi dimensional array and central difference method
Hello members, I have the arrays A1=[-1.1, -1, -0.9, -0.1, 0, 0.1, 0.9, 1, 1.1]; A2=[-1.1, -1, -0.9, -0.1, 0, 0.1, 0.9, 1, 1....
presque 5 ans il y a | 1 réponse | 0
1
réponse2D matrix interpolation
A1=[1 2 3;4 5 4; 7 8 9]; A2=[1 0.6 8;5 8 9;11 32 2]; V = [reshape(A1,1,[]);reshape(A2,1,[])]; Vq = interp1([-1;1],V,0); A3=r...
presque 5 ans il y a | 2
| A accepté
Question
2D matrix interpolation
Hello, This could be very basic question. But , all my attempts have been in vain may be because I haven't really understood in...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Automation of for loops and array dimesion
Hello members, I need some help. rho_grid=[-1,0,1]; Nrho=length(rho_grid); for i=Nrho:-1:1 rho1=rho_grid(i); for j=...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Interpolation for n-dimensional array data
Hello, I have this function in which I calculate Uvals,Svals and Vvals and store them in array. In this case I have 4D data. I h...
presque 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
Using cell array to define Argument list in function Handle
Hello, I have a function handle like this: Q= @(rho1,rho2,rho3,rho4) Q0 + Q1*rho1 + Q2*rho2 + Q3*rho3 + Q4*rho4; Here I am man...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Initializing multidimensional array and dynamic expansion
Hello, I am trying to initialize array 'A' with unspecified dimension and sizes. Then, I proceed to specify the size of each dim...
presque 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
Plotting data from three dimensional array
Hello, I have three dimensional array X of size (10,10,21). I want to plot diagonal elements, i.e X(1,1,:),X(2,2,:) etc over par...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Accessing function output for different values of variable
This question could be very basic (in which case please refer me to relevent guide/tutorial to study), however I am stuck. My c...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I get system Matrix A,B and C for my state space system of Spring-Mass damper system of n blocks arranged in uniform way?
I am trying to generate equations of motion for Spring mass (damper) system consisting of N blocks. I want to write such a funct...
presque 5 ans il y a | 1 réponse | 0