![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5540139_1522109061329_DEF.jpg)
Nabhdeep Bansal
IIT Roorkee
Followers: 0 Following: 0
Professional Interests: Structural Engineering
Statistica
15 Domande
0 Risposte
RANK
34.720
of 297.016
REPUTAZIONE
1
CONTRIBUTI
15 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
40.0%
VOTI RICEVUTI
1
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
circa 5 anni fa | 0 risposte | 0
0
risposteDomanda
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...
circa 6 anni fa | 0 risposte | 0
0
risposteDomanda
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?
circa 9 anni fa | 3 risposte | 1
3
risposteDomanda
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...
oltre 9 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 10 anni fa | 3 risposte | 0
3
risposteDomanda
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* ---' ...
quasi 10 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
if x==2.4 not working
* **TP1=2.4;** * for l=1:50 TP(l)=0.1*l; if TP(l)==TP1 .......................................................
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
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*...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
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=');...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
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; ...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
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; ...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
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]; ...
oltre 10 anni fa | 2 risposte | 0