Community Profile

photo

Munish Raj


Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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 ...

fast 5 Jahre vor | 0

Beantwortet
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...

fast 5 Jahre vor | 0

Beantwortet
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...

etwa 5 Jahre vor | 0

Beantwortet
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 ...

etwa 5 Jahre vor | 0

| akzeptiert

Beantwortet
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 ...

etwa 5 Jahre vor | 0

Beantwortet
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...

etwa 5 Jahre vor | 0

Beantwortet
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...

etwa 5 Jahre vor | 0

Beantwortet
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...

etwa 5 Jahre vor | 0

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

etwa 5 Jahre vor | 0

| akzeptiert

Beantwortet
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 ...

etwa 5 Jahre vor | 0

Beantwortet
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...

etwa 5 Jahre vor | 0

Beantwortet
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...

etwa 5 Jahre vor | 0

Beantwortet
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 ...

etwa 5 Jahre vor | 1

Beantwortet
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, ...

etwa 5 Jahre vor | 0

| akzeptiert

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

etwa 5 Jahre vor | 0

Beantwortet
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...

etwa 5 Jahre vor | 1

Beantwortet
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 ...

etwa 5 Jahre vor | 0

Beantwortet
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...

etwa 5 Jahre vor | 0

Beantwortet
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. ...

etwa 5 Jahre vor | 0

Beantwortet
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.

etwa 5 Jahre vor | 0

Beantwortet
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 ...

etwa 5 Jahre vor | 0

Beantwortet
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...

etwa 5 Jahre vor | 0

| akzeptiert

Beantwortet
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...

etwa 5 Jahre vor | 0

Beantwortet
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...

etwa 5 Jahre vor | 0

Beantwortet
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...

etwa 5 Jahre vor | 0

Beantwortet
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...

etwa 5 Jahre vor | 0

Beantwortet
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...

etwa 5 Jahre vor | 0

Beantwortet
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....

etwa 5 Jahre vor | 0

Beantwortet
"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, ...

etwa 5 Jahre vor | 1

Beantwortet
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...

etwa 5 Jahre vor | 0

Mehr laden