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

mer än 4 år ago | 0

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

mer än 4 år ago | 1

| accepted

Answered
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,[...

mer än 4 år ago | 0

Answered
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') %...

mer än 4 år ago | 0

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

mer än 4 år ago | 0

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

mer än 4 år ago | 0

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

mer än 4 år ago | 0

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

mer än 4 år ago | 0

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

mer än 4 år ago | 0

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

mer än 4 år ago | 0

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

mer än 4 år ago | 0

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

mer än 4 år ago | 0

| accepted

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

mer än 4 år ago | 0

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

mer än 4 år ago | 0

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

mer än 4 år ago | 0

| accepted

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

mer än 4 år ago | 0

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

mer än 4 år ago | 0

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

mer än 4 år ago | 0

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

mer än 4 år ago | 0

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

mer än 4 år ago | 0

| accepted

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

mer än 4 år ago | 0

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

mer än 4 år ago | 1

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

mer än 4 år ago | 1

Answered
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:...

mer än 4 år ago | 0

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

mer än 4 år ago | 0

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

mer än 4 år ago | 0

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

mer än 4 år ago | 0

Answered
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);...

mer än 4 år ago | 0

| accepted

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

mer än 4 år ago | 4

Load more