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

さらに読み込む