photo

Munish Raj


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

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

查看徽章

Feeds

排序方式:

已回答
Matlab code to simulink
Hello Luis, I understand that you want to incorporate a MATLAB code in SIMULINK. This can be acheived using a MATLAB function ...

5 years 前 | 0

已回答
Cannot open simulink .slx file
This issue could be related to the file structure while saving which may be getting corrupted. This has been reported as a bug f...

5 years 前 | 0

已回答
Folder Permissions for Matlab/Simulink on Ubuntu 18.04
Hello Mahmud As long at you are able to access the MATLABROOT folder, it should not be a problem. Even if you do run into issu...

5 years 前 | 0

已回答
Size of Splash Screen too big - Deploytool
Hello Yannick, Ideally, the application compiler will use the same number of pixels that are present in the splash screen that ...

5 years 前 | 0

| 已接受

已回答
How to shift my Data in X Direction?
Hello Khalil, It makes sense that you can not efficienlty use interp1 to shift the maximum's as all of these waveforms have a ...

5 years 前 | 0

已回答
How can I solve this problem ? 'Area between curves'
Hello Abdulrahman, This answer will help you solve this problem. It demostrates how you can calculate the area between two cur...

5 years 前 | 0

已回答
How can I isolate two circular objects in an image that are touching?
Hello Daniel, You could look out for circular objects in an image by following this blog. Furthermore, when you get the coo...

5 years 前 | 0

已回答
How to program EEPROM (not Arduino / Raspberry PI)
Hello Charlie, SIMULINK's embedded coder can generate code only for those devices which are listed under the supportPackageIn...

5 years 前 | 0

已回答
working with large matrices
Hello Bram, You could look at implementing Tall Arrays. The documentation link can be found here.

5 years 前 | 0

| 已接受

已回答
Sending signal from matlab to TivaC launchpad with code composer studio.
Hello Sriram, You can call a custom MATLAB function from simulink. Thiscustom function can then be sent to the Serial port of ...

5 years 前 | 0

已回答
IMU reference frame with respect to heading
Hello Silvia Have you tried changing the orientation of the IMU? try changing the IMU's oriantaion along the x,y axes while le...

5 years 前 | 0

已回答
What are strategies for coding real time audio analysis?
Hello Matthew, Simulink has a Real-Time Audio System Toolbox. The documentation for the same can be found here. This would be...

5 years 前 | 0

已回答
Save Signals in Simulink
Hello Zaucher To save information in simulink, you could write the information to a mat file. The 'To File' block in simulink ...

5 years 前 | 1

已回答
Control brightness of LED with PWM using TI C2000
Hello Michali, The PWM block in simulink can be used for this purpose. The input for this block can be any number from 0-255, ...

5 years 前 | 0

| 已接受

已回答
Fresnel transform of an image
https://www.mathworks.com/matlabcentral/answers/446362-fresnel-transform-of-an-image This package created by fresnel labs c...

5 years 前 | 0

已回答
vlc command to play a silent video mutes matlab
Hello Varvara, The operating system is designed such that only one audio source is allocated all the child processes of a p...

5 years 前 | 1

已回答
Saving plot with variables larger than 2 GB
Hello Yaser, The mat file has to be loaded onto the workspace to perform operations on it. This can be done by using the ...

5 years 前 | 0

已回答
How can I generate the Autocorrelation matrix of a vector of random variables?
Hello Mohamad, MATLAB’s auto correlation function can be used for this purpose. The documentation for the autocorrelation c...

5 years 前 | 0

已回答
Spikes in my heaviside function/step functions
Hello Samantha, The plot in your picture is a mixture of two different plots. It has the intended heaviside as expected. ...

5 years 前 | 0

已回答
Why does not Matlab use the full capacity of my computer while training a neural network?
Hello Christoph Müßig, Please have a look at this answer.

5 years 前 | 0

已回答
Need to Rotate Set of 3D Data
https://www.mathworks.com/matlabcentral/answers/446948-need-to-rotate-set-of-3d-data Hello Criag, One way to rotate this ...

5 years 前 | 0

已回答
how to create logical image from plot in a given scale?
https://www.mathworks.com/matlabcentral/answers/446594-how-to-create-logical-image-from-plot-in-a-given-scale Hello Osama T...

5 years 前 | 0

| 已接受

已回答
Can i download an older test version (R2017a) of MATLAB?
Hello Arno, Log in to your Mathworks account In the upper-right corner, you will see your account name, with a little pull-dow...

5 years 前 | 0

已回答
NOT ABLE TO CONNECT MY ANDROID TO COMPUTER.
Hello Hazem, Please try to follow the instructions here. Also, make sure both the devices are in the same network on the sam...

5 years 前 | 0

已回答
mex -setup does not work
Hello Mingxi Liu, pleasy try this command in your terminal sudo xcode-select -s /Applications/Xcode.app This should solve t...

5 years 前 | 0

已回答
Error using codistributed/sprintf (line 10) sprintf does not support inputs of type 'codistributed'.
Hello Bingkun, Can you please provide more details about the code? The question is not a generic error, it might be because of...

5 years 前 | 0

已回答
Overlay video on white background at specific location
Hello Jessica, This can be done using MATLAB's matrix indexing. You can create a 2560 x 1440 image, followed by writing the re...

5 years 前 | 0

已回答
How to take data from PuTTy to MATLAB to make a real time plot of location of an object?
Hello Sifat, PuTTy is an interface to communicate with the MSP. It initiates and starts a UART communication line with the MSP....

5 years 前 | 0

已回答
"Error: Not enough memory on the target to process the packet: EXT_SELECT_SIGNALS" in using RPi for video streaming
The external mode data is uploaded to the host for display through Simulink's external mode buffers. This error occurs because, ...

6 years 前 | 1

已回答
Can I make the max value in a plot 1 and the rest zero with kronecker delta?
There is no direct method to implement the kroneckel delta function, but the algorithm can be coded. The following is a sam...

6 years 前 | 0

加载更多