Nabhdeep Bansal
IIT Roorkee
Followers: 0 Following: 0
Professional Interests: Structural Engineering
Statistiques
15 Questions
0 Réponses
RANG
34 720
of 295 527
RÉPUTATION
1
CONTRIBUTIONS
15 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
40.0%
VOTES REÇUS
1
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
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
How can I zoom in to 1 km but print 50 km dia area on Google maps/ Google Earth?
I want a High zoomed-in image (that too with High res) but too be printed on largest possible size of paper available. Approxima...
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
Read matrix of data from excel file, insert row-by-row in another excel file, and save the resultant Excel files with different custom names. How?
Hi, I want to insert a matrix of data, row-by-row from an excel file into another excel file at several places (in different sh...
presque 6 ans il y a | 1 réponse | 0
0
réponseQuestion
How to read a plot from an image?
Attached an image containing a graph. I wish to know that is there a way that MATLAB reads the graph automatically?
presque 9 ans il y a | 3 réponses | 1
3
réponsesQuestion
How to know where a quiver(vector) ends? (Co-ordinates of Its arrow's tip)
I wish to draw a funicular polygon. I need to start another quiver from where the previous one ends. What is the way to find out...
environ 9 ans il y a | 1 réponse | 0
0
réponseQuestion
how to extend a cell array?
i have a *1D cell array* . i wish to increase its size by *adding zeros to its right* . i think i can use pad array with LOC a...
plus de 9 ans il y a | 3 réponses | 0
3
réponsesQuestion
insert elements of array in a string one by one
i have a string containing url 'http://www.upsc.gov.in/cgi-bin1/ENGG/Marks/engg_wq_marks_response.pl?roll_no= *098909* ---' ...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
User Defined input in form of a table
Hi. I wished to ask for a user defined input in my program. The input should be in the form of a table to be filled by the user...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
if x==2.4 not working
* **TP1=2.4;** * for l=1:50 TP(l)=0.1*l; if TP(l)==TP1 .......................................................
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Conversion to double from sym is not possible.
syms t td=5; p0=3; m=5; w=4; k=m*w^2; t1=0:1:10; for n = 1 : length(t1) if t1(n)< td; y(n) = p0*...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Conversion to function_handle from double is not possible.
t=0:0.01:10; tou=0:0.01:10; p0=input('Enter p0 ='); td=input('Enter value of td ='); k=input('Enter value of k=');...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
how to plot different graphs for each iteration of a for loop?
t=linspace(0,12,1000); T=2; Y=g(t)'; f=0; N=50; hold on; h=zeros(N,1); clr=lines(N); for n=1:25:N; ...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
how to integrate inside 'for' loop
I am new to matlab. All i wanted was to integrate f(t)*cos(pi*n*t) over t through quadgk inside a loop where n varies from 1 to...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
how can i extend my graph to 10 secs by replicating it??
t=[-1;-0.8;-0.6;-0.4;-0.2;0;0;0.2;0.4;0.6;0.8;0.8;1;]; Y=[-1;-1;-1;-1;-1;-1;1;1;1;1;1;-1;-1;]'; f=0; N=10; hold on; ...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
curves are incorrect. Fourier Series.
I WANT TO PLOT A FOURIER SERIES FOR DIFFERENT HARMONICS AS PER THE Y~t RELATION DEFINED BELOW. (TIME PERIOD=2 SECS. Y=1 for fir...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Undefined function or method 'int' for input arguments of type 'double'. Error in ==> @(Y,n,t)int(cos((n*pi)*t).*Y,t,0,2)
t=linspace(0,0.4,100); f=0; for n=0:1:5; evalin(symengine,'assume(n,Type::Integer)'); t=[0,0,0.8,0.8,2,2]; ...
plus de 10 ans il y a | 2 réponses | 0