Respondida
Figure to Image pixel conversions
Hello Matthias, When you try to plot a [100 x 100] data into a surface plot (say, using the function surf), and then store it ...

casi 4 años hace | 0

Respondida
Getting the average and then the standard deviation of multiple .mat files
Hey Ben, From your description, I understood that you're trying to evaluate the mean and standard deviation values for each of...

casi 4 años hace | 1

| aceptada

Respondida
Convert .mat to excel file adding column headers
Hey Callum, % Since the .mat file was not provided, I'm generating a bunch of random numbers for the variables a = randi(10,[...

casi 4 años hace | 0

Respondida
Make HDR from 3D matrix
Hey Luka, With the new data that you've provided, this piece of code could help you - load('hdr_example.mat') %...

casi 4 años hace | 0

Respondida
How can I scatter3 with 1 qualitative variable and 2 quantitaive variable ?
Hey Achawi, If you navigate to scatter3 function's documentation about input vectors (LINK), you'll notice that 'char' datatyp...

alrededor de 4 años hace | 0

Respondida
Accessing Specific Data Field In Ground Truth Data
Hey! This should work - data = load('Shooting.mat'); vals = data.Shooting.LabelData; % Use cellfun to identify which eleme...

alrededor de 4 años hace | 0

Respondida
Deleting Rows inbetween NaN values.
Hi Chad, Understanding the problem from the single example that you mentioned, this following approach was one of the simplest...

alrededor de 4 años hace | 0

Respondida
How to do this? need help
These links could be of help: isprime function to check if number is prime or not rem function to check divisibility sqrt fun...

alrededor de 4 años hace | 0

Respondida
Error code: -6
Hi Pawel, The issue that you're facing is a known one. Please follow the instructions mentioned on this MATLAB Answers post to...

alrededor de 4 años hace | 0

Respondida
安装总是出现问题
You can contact the MathWorks support team to help you solve this issue https://www.mathworks.com/support/contact_us/

alrededor de 4 años hace | 0

Respondida
How do I save the values of A matrix and B vector after each step of the forward elimination phase of the gaussian elimination?
Hey Zaid, Use the save command within the for loop for forward elimination. Since the names of the variables that you want to ...

alrededor de 4 años hace | 0

Respondida
Matlab executable does not open excel file
Hello Antonio, While compiling the executable application, include the Excel file along too. Use the '-a' flag for this. Make ...

alrededor de 4 años hace | 0

| aceptada

Respondida
Data Arrangment in a matrix
Hello Dinouk, Well, firstly, you're using cell arrays in your code, but you mention matrix in the title. Since you're working ...

alrededor de 4 años hace | 0

Respondida
some files are missing while installing so the installation stops
Hello Anupriya, It's unclear what exactly the issue is, but please perform a clean reinstall of MATLAB to ensure that all the ...

alrededor de 4 años hace | 0

Respondida
Matlab 2018 opening issue
Hello Nguyen, Here's another discussion from the MATLAB Answers forum that's very similar to the issue that you describe: htt...

alrededor de 4 años hace | 0

| aceptada

Respondida
Problems with legends in Matlab 2020a
Hello Daniel, I wasn't able to reproduce the issue that you describe at my end, however, I did find another instance where thi...

alrededor de 4 años hace | 0

Respondida
install matlab 2020a on Ubuntu18.04 LTS
Hello Steven, The issue that you're facing is a known one. Here are 2 discussion on the MATLAB Answers forum that might be of ...

alrededor de 4 años hace | 0

Respondida
R2020a를 다운로드 했지만 계속 오류가 나요!
Hello, The problem that you're facing is a known issue. This MATLAB Answer explains how to solve this problem: https://www.m...

alrededor de 4 años hace | 0

Respondida
Problem with get the equation of the signal.
Hello, Since you haven't shared the data, my best guess would be that the function polyfit is what you're looking for. Havin...

alrededor de 4 años hace | 0

Respondida
How can I read video file (.avi)
Hello Kong, I believe that you're referring to the error when using the function mmfileinfo, and not the VideoReader object to...

alrededor de 4 años hace | 0

| aceptada

Respondida
Fixed x-axis
Hello Suzie, To echo with @Ameer's point, it's unclear what exactly you mean by "fix the X-Axis", however, I understand that y...

alrededor de 4 años hace | 0

Respondida
MATLAB installation script cannot start on Manjaro
Hello Mattia, Here's a detailed explanation on the MATLAB Answers forum regarding the issue: "Why is MATLAB unable to run the ...

alrededor de 4 años hace | 1

Respondida
matlab 2016b xlswrite error ... use to work now does not
Hello Jeffrey, It appears that the possible reason for the error is not mentioning the format of the Excel file while using xl...

alrededor de 4 años hace | 1

Respondida
About the additional academic license for wireless HDL
Hello, Please refer to this detailed answer on "Purchasing additional toolboxes with an existing MATLAB License" here: https:...

alrededor de 4 años hace | 0

Respondida
increase the precision of pie chart labels
Hello, MATLAB R2020a has this new feature that allows the user to specify a numeric format for the percentage labels on a pie ...

alrededor de 4 años hace | 0

Respondida
매트랩을 설치하는데 계속 오류가 발생합니다. 사진첨부합니다.
Hello, The error that you are facing is a known issue. The resolution steps are described in this detailed MATLAB Answer here:...

alrededor de 4 años hace | 0

Respondida
다운로드중 오류가 뜨는데 해결하는 방법좀 부탁드립니다
Hello, The error that you are facing is a known issue. The resolution steps are described in this detailed MATLAB Answer here:...

alrededor de 4 años hace | 0

Respondida
I am trying to solve this ques but I am getting some trouble. Write a custom function with the declaration: PPTask1p2_f(N) and save it in a file named PPTask1p2_f.m.The function loops through the values from 1 to N and for each number n it should dis
Hello, Firstly, use the rem function to get the remainders of every value of 'i' with 3 & 5 - r3 = rem(i,3); r5 = rem(i,5);...

alrededor de 4 años hace | 0

| aceptada

Respondida
Warning: Unable to play audio because no audio outputs were found.
Hello Anthony, This error could be the result of the path being modified, or the necessary libraries being removed to access t...

alrededor de 4 años hace | 4

Respondida
Plot all the rain drops on the window when the time is 0 s (i.e. at the start of the journey) using a FOR loop. The plot should be contained exactly in the perimeter of the window and the rain drops should be represented as solid blue lines that conn
Hello! There are clearly a lot of moving pieces in this question, and it is unclear where exactly it is that you want help. How...

alrededor de 4 años hace | 0

Cargar más