Community Profile

photo

Nabhdeep Bansal


IIT Roorkee

Last seen: ongeveer 4 jaar ago Active since 2014

Followers: 0   Following: 0

Message

Professional Interests: Structural Engineering

Statistics

  • Thankful Level 3

View badges

Feeds

View by

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

ongeveer 4 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 5 jaar ago | 0 answers | 0

0

answers

Question


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?

meer dan 8 jaar ago | 3 answers | 1

3

answers

Question


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

meer dan 8 jaar ago | 0 answers | 0

0

answers

Question


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

bijna 9 jaar ago | 3 answers | 0

3

answers

Question


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

bijna 9 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


if x==2.4 not working
* **TP1=2.4;** * for l=1:50 TP(l)=0.1*l; if TP(l)==TP1 .......................................................

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


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=');...

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 9 jaar ago | 2 answers | 0

2

answers