Community Profile

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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 0

답변 있음
working with large matrices
Hello Bram, You could look at implementing Tall Arrays. The documentation link can be found here.

대략 5년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 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, ...

대략 5년 전 | 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...

대략 5년 전 | 0

더 보기