photo

Sumit Tandon

MathWorks

Last seen: 11 Tage vor Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

All
MATLAB Answers

0 Fragen
28 Antworten

File Exchange

1 Datei

Cody

0 Probleme
13 Lösungen

RANG
1.494
of 300.365

REPUTATION
48

BEITRÄGE
0 Fragen
28 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
12

RANG
2.835 of 20.933

REPUTATION
592

DURCHSCHNITTLICHE BEWERTUNG
4.80

BEITRÄGE
1 Datei

DOWNLOADS
2

ALL TIME DOWNLOADS
5736

RANG
32.526
of 168.262

BEITRÄGE
0 Probleme
13 Lösungen

PUNKTESTAND
140

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 2
  • First Submission
  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


Algorithm Development With MATLAB
Toolbox will all necessary files to support the Algorithm Development with MATLAB webinar

etwa 9 Jahre vor | 2 Downloads |

4.75 / 5
Thumbnail

Beantwortet
Aligning axes of different sizes within a GUI
Check out the <http://www.mathworks.com/help/matlab/ref/align.html ALIGN> function. Calling this function after the axes have be...

mehr als 10 Jahre vor | 0

Beantwortet
Need to measure time difference between two pulses
Couple of ways to do it would be: 1. Using a Triggered Subsytem block and drive a counter with that. The key here would be ch...

fast 13 Jahre vor | 0

Beantwortet
How to give frame of video as input argument of a function in matlabfunction block
If you connect the output of 'From Multimedia File' block to the input of your MYFUNCTION(w) 'MATLAB Function' block, then at ev...

etwa 13 Jahre vor | 0

Beantwortet
how to read a file and convert to matrix format
There are several options - e.g. using Import Wizard or TEXTSCAN command. Check out <http://www.mathworks.com/help/matlab/imp...

etwa 13 Jahre vor | 0

Beantwortet
How can I use simulink of matlab r2009b to generate c code?
For older versions of MATLAB/Simulink, you can use a combination of Real-Time Workshop and Real-Time Workshop Embedded Coder to ...

etwa 13 Jahre vor | 1

Beantwortet
How can I forecast an integer related to other 5 numbers?
Agree with Matt. Do you have any idea about the nature of data, relationship of predictors, etc. A place to start fitting wou...

etwa 13 Jahre vor | 1

Beantwortet
How to fill an empty volume in a 3D matrix?
I haven't tried it, but assuming the empty shell to be fully connected, ie there are no "holes" in it, you could use the <http:/...

etwa 13 Jahre vor | 0

Beantwortet
How do I extract the left and right lung regions from a CT Scan image
There can be several approaches. How about something like this. You can try different values for thresholding, etc and look at ...

etwa 13 Jahre vor | 1

| akzeptiert

Beantwortet
connect lines after edge detection
As Sean said, it will be difficult to give an exact answer without looking at the image. However, if the aim is to reconnect lin...

etwa 13 Jahre vor | 0

Beantwortet
Parallel programming: parfor vs for computing time
Performance improvement when using PARFOR vs FOR loops depends on several factors including but not limited to: 0. Serial cod...

etwa 13 Jahre vor | 3

| akzeptiert

Beantwortet
Mass spring system equation help
I feel that if you can calculate the values of x' and x'', then you could take a couple of sets of x, x' and x'' and get a syste...

etwa 13 Jahre vor | 0

Beantwortet
Transferring variables between functions using the GUI (guide)?
The issue here is that a GUI is essentially a function in MATLAB with its own "workspace" or "scope" where variables reside. ...

etwa 13 Jahre vor | 0

| akzeptiert

Beantwortet
How to separate detected face region from face image?
I am assuming that you are using the STEP method of VISION.CASCADEOBJECTDETECTOR that returns a bounding box. You could just ...

etwa 13 Jahre vor | 1

Beantwortet
How can I group transforms in matlab's Simulink 3D Animation v-realm builder?
A few options that come to my mind are: a. Open up the VRML file in a text editor and add a parent transform to the car trans...

etwa 13 Jahre vor | 1

| akzeptiert

Beantwortet
opening a picture (.bmp) outside MATLAB
Use the <http://www.mathworks.com/help/releases/R2012a/techdoc/ref/winopen.html WINOPEN> command.

etwa 13 Jahre vor | 1

Beantwortet
Embedding Simulink 3D (Virtual Reality) Animation in GUI
To include a Simulink 3D Animation animation window in a MATLAB GUI, you can use the <http://www.mathworks.com/help/releases/R20...

etwa 13 Jahre vor | 0

Beantwortet
How to animate this object and rotate from initial to final?
You can use a combination of the functions <http://www.mathworks.com/help/releases/R2012a/techdoc/ref/camorbit.html CAMORBIT>, <...

etwa 13 Jahre vor | 1

Beantwortet
Standalone EXE execute matlab-code online without Matlab installed on the client?
I think that a deployed web component can do some of what you are looking for. You can use MATLAB Builder NE, that works with...

etwa 13 Jahre vor | 0

Beantwortet
Grab object in Simulink 3D to adjust conditions
In the documentation for Simulink 3D Animation, there is a demo called "Portal Crane with Control Panel". It has a control panel...

etwa 13 Jahre vor | 1

Beantwortet
about accessing the time inside embedded
What do you mean by the "index" - the step count? In that case you could have a counter running inside the MATLAB Function block...

etwa 13 Jahre vor | 1

| akzeptiert

Beantwortet
I have simulink model with many parameters and I want to set thes parameters in M-file and then control them from the simulink model, for example by editing or clearing these parameters via block has link directly with the Mfile
What is your requirement? If you want to control model parameters, you could do that by declaring model parameters as variabl...

etwa 13 Jahre vor | 0

Beantwortet
Where can I find the documentation in MATLAB
The entire MATLAB documentation is available online here: http://www.mathworks.com/help/ For Regular Expressions, you can ref...

etwa 13 Jahre vor | 0

Beantwortet
I want to Create a Cylinder with multiple layers and different dielectrics at each layer. Essentially I am trying to design a simple multilayer absorber around a cylinder from a monolayer to a multilayer one
Are you trying to create a vizualization or the actual material model? For visualization you could use the CYLINDER command w...

mehr als 13 Jahre vor | 0

| akzeptiert

Beantwortet
how to save work space?
How are you saving the workspace? If you are saving variables to MAT-files, then consider using MATFILE command. It allows savin...

mehr als 13 Jahre vor | 0

Beantwortet
Kill script from outside script
Have you considered using a combination of flags (being set by external inputs) and break/continue statements? Before starti...

mehr als 13 Jahre vor | 0

Beantwortet
How do I plot the following points with dose values unchanged? These points are rotated using 3x3 rotational matrix but dose values not changed before and after rotation. Thanks Prakash
Not sure if I understand the question correctly. Are DOSE values the Z-values of the points? If you just want to plot the poi...

mehr als 13 Jahre vor | 0

Beantwortet
Calculate hours elapsed from 2 times
Try using the DATEVEC command to find difference between two dates/times. For example: >> a = datevec('9:30 PM'); >> ...

mehr als 13 Jahre vor | 0

Beantwortet
Connecting two boundaries
Try using PATCH objects in MATLAB. They will allow you to create filled objects of arbitrary shapes in MATLAB graphics. For 3...

mehr als 13 Jahre vor | 0

Gelöst


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

mehr als 13 Jahre vor

Mehr laden