Answered
Plotting Center of Mass from Load Cell data
Hi Sebastian, Yes you can use Simulink/ MATLAB for getting the the data from loadCell and then visualuzing them in a graph. Hav...

3 years ago | 0

| accepted

Answered
plot Time-activity curve from .TAC file using Matlab
Hi Viktor, I am afraid we cannot open .tac file in MATLAB. You can extract the 4 variables mentioned above from third party sof...

3 years ago | 0

Answered
covert true colour image to gray
Hi Rakesh, Working on the example given in rgb2gray RGB = imread('peppers.png'); % RGB size(RGB) % It gives 384 512 3 ...

3 years ago | 0

Solved


There are 10 types of people in the world
Those who know binary, and those who don't. The number 2015 is a palindrome in binary (11111011111 to be exact) Given a year...

3 years ago

Answered
How to deal with KeyPressFcn recording multiple key presses within a loop?
Hi Lp, Update your Key_Down function as below for a workaround function Key_Down(~,event,leftkey) if strcmp(event.Key,lef...

3 years ago | 0

| accepted

Answered
How do I convert binary strings from a text file to fixpoint numbers?
Hi Dominik, Refer to link for solution to a similar question. Regards, Anmol Dhiman

3 years ago | 0

Answered
Appending new data for every operation in excel
Hi Lokesh, Refer to answer for a similar question. Regads, Anmol Dhiman

3 years ago | 0

Answered
How to see cross validation in trainNetwork?
Hi Krishna, Cross Validation generates indices for training and testing data. The indices genereted for training can be used to...

3 years ago | 0

Answered
How do install Matlab Drive Connector on Linux without a GUI display?
Hi Reimann, Unfortunately there is no workaround - a graphical installation and setup wizard is required. A VNC server is proba...

3 years ago | 0

Answered
How to split a dataset into training/validation images, assuming I have multiple subfolders ?
Hi M J, In my opinion there is no direct way to do so. You can seperate both training and validation manually or programitacal...

3 years ago | 0

| accepted

Answered
Understanding the resolution on calculating the isotopic distribution function 'isotopicdist.m'
Hi XiaoYing, In the above case both w and the ResolutionValue are same. It specifies the approximate resolution of the instrum...

3 years ago | 0

| accepted

Answered
Simulink is not opening in Matlab 2019
Hi Rohit, Follow the steps in this ML Answer. Regards, Anmol Dhiman

3 years ago | 0

Answered
I can't progress 'Build a Map from Lidar Data Using SLAM a' any more.
Hi Taejee, Use the below command to open the example and relavant files. openExample('driving/BuildAMapFromLidarDataUsingSLAME...

3 years ago | 0

| accepted

Answered
Unrecognized function or variable
Hi Sridharan, Follow the link for resolutions. Regards, Anmol Dhiman

3 years ago | 0

Answered
Risk Management tool box. hHistoricalVaRES
Hi Syed, The function hHistoricalVaRES is present in the example Expected Shortfall Estimation and Backtesting. You can try the...

3 years ago | 0

Answered
Live Editor Format Problem
Hi Erin, For Changing the font size of the figure , you can use set(gca,'FontSize', value) after plotting where value is the in...

3 years ago | 0

Answered
How to apply distance transform on labelled matrix
Hi Rizwan, I am assuming the matrix as binary. You can refer to Distance Transform of a Binary Image. Regrds, Anmol Dhiman

3 years ago | 0

Answered
I have a cell array and want to plot each of the cells on a tiled layout.
Hi Khiana, You can use the below code A_new ={}; % Cell array declared as A in your code numColmns = size(A, 2); for i = 1...

3 years ago | 0

| accepted

Answered
Appending a csv file with existing data already in another column
Hi Mahdi, In my opinion, you can read the data first, modify it and then save the data back to the file. Assuming you have csv...

3 years ago | 2

| accepted

Answered
How to join multi bands image and calculate the index in Matlab
Hi Anggi, Follow this example on finding vegetation indices (NDVI) in multispectral image. Regards, Anmol Dhiman

4 years ago | 0

Answered
Importing a two variable function into pdepe
Hi Matthew, You can use interp2 for 2 variables. Regards, Anmol Dhiman

4 years ago | 0

Answered
How to rename S outup of the funtion load ?
Hi Adrein, Please folow the link. Regards, Anmol Dhiman

4 years ago | 0

Answered
How to split a dataset in 3 sets using splitEachLabel using percentage such that each class appears in all 3 sets?
Hi Faisal, The second arguement (0.75) in splitEachLabel is proportion representing proportion of files to split, specified as ...

4 years ago | 0

Answered
How to use C Caller Block?
Hi Elena, C Caller block only supports models with no dynamic states and variables. To include dynamic states and variables in ...

4 years ago | 0

Answered
Problem with opening an abf file using abfload
Hi Neha, Use disp(nDataFormat) before the switch case to see the output. As it is not 0 or 1, you are getting error. Check for ...

4 years ago | 0

Answered
Regarding LSTM inputs.
Hi Srikanth, You can read about LSTM and look for examples, which may help you to clear your doubts. Regards, Anmol Dhiman

4 years ago | 0

Answered
Hey guys, I have a problem with power_V2G command. It isn't running
Hi Paulina, For performance purposes, MATLAB caches a list of files on the MATLAB search path (including toolbox files), and th...

4 years ago | 0

Answered
MATLAB Funcion is not connected in Simulink
Hi Blanca, If you notice, output a from fcn block is not connected to anything. This is the reason for your error. You can use ...

4 years ago | 0

| accepted

Answered
How to call wavelet analyzer toolbox from within the script?
Hi Pradeep, Use wavedec for decomposition. wavedec supports only Type 1 (orthogonal) or Type 2 (biorthogonal) wavelets. See wfi...

4 years ago | 0

Answered
Color Text Output Using the 'publish' Function
Hi Jeremy, I am assuming that you are publishing it as an HTML document. So you can use html tag in your document. Add the font...

4 years ago | 1

| accepted

Load more