![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3401691_1522095608496_DEF.jpg)
saloni singhal
national institute of technolgy karnataka
Followers: 0 Following: 0
nothing
Professional Interests: image processing
Statistics
RANK
262,393
of 297,016
REPUTATION
0
CONTRIBUTIONS
13 Questions
1 Answer
ANSWER ACCEPTANCE
23.08%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ...
12 years ago | 0 answers | 0
0
answersQuestion
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...
12 years ago | 3 answers | 0
3
answersQuestion
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...
12 years ago | 0 answers | 0
0
answersQuestion
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...
12 years ago | 2 answers | 0
2
answersQuestion
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...
12 years ago | 0 answers | 0
0
answersQuestion
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...
12 years ago | 1 answer | 0
1
answerQuestion
syntax to store char in mat file
sir, please can anyone tell me what is the syntax to store char in mat-file
12 years ago | 1 answer | 0
1
answermat-file
But sir i saw one program in which they have stored value of mat3 which is equal to h2 = findobj('tag','sl2'); handles2;...
12 years ago | 0
Question
mat-file
sir, I want to save whole function in mat -file i tried like this: function function11 function sal r = 1;...
12 years ago | 2 answers | 0
2
answersQuestion
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...
12 years ago | 1 answer | 0
1
answerQuestion
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...
12 years ago | 1 answer | 0
1
answerQuestion
get function
what does this function do delete(get(0,'childern'))
12 years ago | 1 answer | 0
1
answerQuestion
matlab coordinate system for annotation function
sir, please tell me coordinate system which matlab use for graphics.i want to use annotation function
12 years ago | 1 answer | 0
1
answerQuestion
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); ...
13 years ago | 1 answer | 0