Community Profile

photo

Sandip Kumar

Last seen: 3 days 前 自 2012 起处于活动状态

Followers: 0   Following: 0

联系

统计数据

All
  • Knowledgeable Level 3
  • Knowledgeable Level 2
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
How can I change waypoints/path for pure pursuit algorithm with every iteration?
With an example showing how to change the Waypoints as you go. %Create a controllerPurePursuit object. pp = controllerPurePurs...

1 year 前 | 0

已回答
Points in 3D occupancy Grid are classified as free
Please note the voxels are drawn around a center which is occupied, when you select you might be at the edge of the voxel, which...

2 years 前 | 1

| 已接受

已回答
I want to create a rrt planner using custom kinematic constraints in a 3d map ,how to proceed with this problem?
This example showcases how to use custom validator with stateSpaceSE2 object inside plannerRRT: https://www.mathworks.com/help/n...

2 years 前 | 0

已回答
How can I convert a surface plot to an Occupancy map 3D?
Hi Subham Using the code from Surface plots and using it in occupancyMap3D can be done in this fashion. Define some surface ...

3 years 前 | 0

已回答
How Do you have a file Hex for arduino?
When using the Simulink Support Package for Arduino: http://www.mathworks.com/hardware-support/arduino-simulink.html Using t...

9 years 前 | 0

已回答
Problems with Simulink R2014b in Linux
Seems the model on Linux machine is corrupted, whereas the model on Mac is fine. Please copy the model from Mac into Linux and t...

9 years 前 | 0

已回答
How can I create different fractions to guide the actions of a switch block? I want to route 25%, 45%,30% to servers A, B and C respectively.
Based on the information you gave it certainly seems like a event based simulation, and MathWorks offer another Simulink based l...

9 years 前 | 0

已回答
Unknown Matlab Error #35
The #35 is a link to the line of code in the MATLAB Fcn Block. Furthermore, I think 'kalman' function is not supported for co...

9 years 前 | 0

已回答
State space system gives different bode plot then transfer function matrix
The sys2 created is not the minimal realization of the system, and if you perform minimal realization you will get back the same...

9 years 前 | 1

| 已接受

已回答
Why can't my target computer find any accessbile disk drive?
This will occur if the Simulink Real-Time kernel cannot detect the partition created by a third part program. The documentation ...

9 years 前 | 0

已回答
How can I low-pass filter a high sample rate signal and output the signal at a lower rate in real time?
Ideally you want to create a low-pass filter with phase delay minimization, and then downsample the signal. For "low-pass fil...

9 years 前 | 0

已回答
Microsoft Kinect V2 with Matlab
The Image Acquisition Toolbox does not support Microsoft Kinect V2 as of release R2014b. You will have to continue working with ...

9 years 前 | 0

| 已接受

已回答
error LNK2019: unresolved external symbol in Matlab code compilation
This looks like a custom made BAT file, which is compiling and building the generated code. Correct me if wrong? The symbols ...

9 years 前 | 0

已回答
How to store the simulink run/stop status in matlab work space?
In order to get the status of the model, use the following command: get_param(<modelName>, 'SimulationStatus') More info...

9 years 前 | 0

已回答
Why doesn't referenced model have proper tcl files?
Model reference, with S-functions have limitations and in Accelerator mode need to take care of few things in the S-function. Th...

9 years 前 | 0

已回答
Can I use Phasor simulation mode to simulate power systems with frequency dynamics?
Phasor simulation is meant to provide analysis of electro-mechanical oscillations of power systems at just one frequency. The do...

9 years 前 | 3

| 已接受

已回答
Simulink profiler timing problem
First time when you run a model in Accelerator mode, and have profiler on, the report also includes the build of the model into ...

9 years 前 | 0

已回答
Dynamically Sized S-function Builder Inputs
Yes the documentation is correct, in specifying that the dimension of the input can be dynamically sized. I quickly played with ...

9 years 前 | 0

| 已接受

已回答
How to control a Release Gate with data computed in another Subsystem?
Based on the example model you had, I have modified the model to incorporate a 'Data Store Read' block, to read the Matrix (whic...

9 years 前 | 0

| 已接受

已回答
Windows Real-Time Target - Serious Lag
This is something not expected. One possible cause for the slow performance would be the 'CPU Power Management' options in BIOS,...

9 years 前 | 0

已回答
Can I use HDL Verifier cosimulation blocks in a Simulink model with continuous states?
During HDL co-simulation using HDL Verifier, the generated HDL code is being tested. The HDL code generation step requires Fixed...

9 years 前 | 0

已回答
Can I plot a subset (reduced frequency range) of S-parameters?
You can use the 'plot' command and use the condition, value pair to define a range of frequency: http://www.mathworks.com/hel...

9 years 前 | 0

已回答
customize Simulink Scope - default settings set
This functionality is not available in latest release of MATLAB R2014b. There are couple of workarounds I can think of: * You...

9 years 前 | 0

| 已接受

已回答
Using set_param to change parameter DataTypes in Packet Input block does not work.
In order to specify the DataTypes, try using ''double'' instead of 'double'. Thanks, Sandip, MathWorks

9 years 前 | 0

| 已接受

已回答
How can I control power using current in DC/DC converter.
SimElectronics has a DC-DC Converter block: http://www.mathworks.com/help/releases/R2014b/physmod/elec/ref/dcdcconverter.html...

9 years 前 | 0

已回答
FatalException Error when opening Simulink
You should try disabling any security software that may be running on your machine, and attempt to launch MATLAB as an administr...

9 years 前 | 0

已回答
Example for DSP F28335
There is a example which is using F28335 in Simulink: http://www.mathworks.com/help/supportpkg/texasinstrumentsc2000/examples...

9 years 前 | 0

已回答
Report Generator: how to add a line break in Paragraph or Text
When you incorporate a 'text' field, documentation below: http://www.mathworks.com/help/rptgen/ug/text.html There is an opti...

9 years 前 | 0

已回答
Is there a way to get the source code for functions in communication system toolbox?
You can always look at the source code of the MATLAB functions which are shipped, for e.g., all the functions on the following l...

9 years 前 | 0

| 已接受

已回答
recover time history from power spectral data...
The mapping from Power Spectrum back to time history is not unique. By definition, power spectrum has no phase information in th...

9 years 前 | 1

| 已接受

加载更多