saloni singhal
national institute of technolgy karnataka
Followers: 0 Following: 0
nothing
Professional Interests: image processing
Statistica
RANK
161.621
of 295.673
REPUTAZIONE
0
CONTRIBUTI
13 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
23.08%
VOTI RICEVUTI
0
RANK
of 154.257
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
converting simulink block to a .m file
Sir, I wrote a code to simulate the full bridge rectifier with LCR filter and also simulated it on simulink. With same setting ...
quasi 12 anni fa | 0 risposte | 0
0
risposteDomanda
clearing a figure
sir, I want to erase the previous figure before the next figure.for this i have used erase mode but its not still i am gettin...
oltre 12 anni fa | 3 risposte | 0
3
risposteDomanda
creating a rotating plane
sir, I want to make a inclined plane which move on XY plane in circle on one of its side.I tried using mesh function and Isosur...
oltre 12 anni fa | 0 risposte | 0
0
risposteDomanda
solve command
[x,y] = meshgrid(-3:1:3); z = 1.5*x - 3; mesh(x,y,z); p = -1.5*pi; q = -pi/2; r = 0; for i = 1:1:10 pau...
oltre 12 anni fa | 2 risposte | 0
2
risposteDomanda
mesh position
sir How we suppose to position the mesh in upper half corner of a figure.as we can use box for 2-D. my matlab version is 7.5 R2...
oltre 12 anni fa | 0 risposte | 0
0
risposteDomanda
how to pass command from a file to command window
sir, Is there any command in matlab through which we write the command on command with from m-file.example:- from some m- file...
oltre 12 anni fa | 1 risposta | 0
1
rispostaDomanda
syntax to store char in mat file
sir, please can anyone tell me what is the syntax to store char in mat-file
oltre 12 anni fa | 1 risposta | 0
1
rispostamat-file
But sir i saw one program in which they have stored value of mat3 which is equal to h2 = findobj('tag','sl2'); handles2;...
oltre 12 anni fa | 0
Domanda
mat-file
sir, I want to save whole function in mat -file i tried like this: function function11 function sal r = 1;...
oltre 12 anni fa | 2 risposte | 0
2
risposteDomanda
how to get values from mat - file
sir, I want to store certain value in mat- file then load it in another function and use those variable the values which i wan...
oltre 12 anni fa | 1 risposta | 0
1
rispostaDomanda
forming help of user defined function
sir, I wrote one program to make it user friend i want to make a help file so that user can know how he suppose to use that pro...
oltre 12 anni fa | 1 risposta | 0
1
rispostaDomanda
get function
what does this function do delete(get(0,'childern'))
oltre 12 anni fa | 1 risposta | 0
1
rispostaDomanda
matlab coordinate system for annotation function
sir, please tell me coordinate system which matlab use for graphics.i want to use annotation function
oltre 12 anni fa | 1 risposta | 0
1
rispostaDomanda
how to pass inline function in a M-file function (user defined)
function out = convert(f(t),t,th) if(th==1) out=f(1); return else out=f(th).*convert(f(t),t,th-1); ...
oltre 12 anni fa | 1 risposta | 0