Beantwortet
Lines for the region of interest.
Hey! Suppose, the image dimensions are [w h] and the image center is at (p,q) [with general considerations}. "How do I plo...

fast 4 Jahre vor | 0

Beantwortet
How to get the distance from an image ?
Hi Lin, "How to get the center point?" From the question, it isn't very clear how you define the the image. Have a look at th...

fast 4 Jahre vor | 0

| akzeptiert

Beantwortet
Exporting a Mesh Plot
Hey Pranaya, These are some of the workarounds to do this: MATLAB Answer on using U3D extension MATLAB Answer on using the ...

fast 4 Jahre vor | 0

| akzeptiert

Beantwortet
Error :Index exceeds the number of array elements (1). while generating code for pretrained imported deep neural network
Hey Sruthi, Firstly, it would definitely help if you shared the entire error that you get, and at which stage of your workflo...

fast 4 Jahre vor | 0

| akzeptiert

Beantwortet
What does "can't create output file" mean while unzipping install folder?
Hey Stefano, These MATLAB Answers may be of help to you: Answer by MathWorks Support Answer on "Can't create Output file"...

fast 4 Jahre vor | 0

Beantwortet
Acquiring blocks of data
Hey Ahmed, Firstly, since your output should be a collection of arrays of different values and dimensions, using cell arrays i...

etwa 4 Jahre vor | 0

| akzeptiert

Beantwortet
Joining txt cells from different matrices
Hey Laura, From your description of the question, I've tried to replicate the scenario with a bunch of simpler matrices. Have ...

etwa 4 Jahre vor | 0

Beantwortet
converting multiple file of 4D to 3D files
Hey Hanisah, As mentioned by @Rik, iterate through the collection of 4D matrices to get your 3D values. For example, for i ...

etwa 4 Jahre vor | 1

| akzeptiert

Beantwortet
When I am running matlab install file, an error occur.
Hey Jacinto, Please have a look at the MATLAB Answer: https://www.mathworks.com/matlabcentral/answers/515687-missing-file-erro...

etwa 4 Jahre vor | 0

Beantwortet
how to make a truth table in matlab
Hello Shehab, Since you've not mentioned your exact requirement, here are some MathWorks Documentation links that might be of ...

etwa 4 Jahre vor | 0

Beantwortet
Error code: -7:The installer didn't work properly
Hello, This post on the MATLAB Answers forum might be of help to you: Why do I receive License Manager Error -7 Hope this ...

etwa 4 Jahre vor | 0

Beantwortet
come risolvo license error 9
Hey Marco, These 2 links may be of help to you: https://www.mathworks.com/matlabcentral/answers/99067-why-do-i-receive-licens...

etwa 4 Jahre vor | 0

Beantwortet
How to play dial tones based on user input?
Hey, A few ideas that could help you: A simple way would be to use multiple if-else statements or switch cases within the for...

etwa 4 Jahre vor | 0

Beantwortet
오류 코드: -6
Hi, Please follow the instructions mentioned on this MATLAB Answers post to rectify your issue: https://www.mathworks.com/matl...

etwa 4 Jahre vor | 0

Beantwortet
How to find letters indicating significant differences at alpha=0.05?
Hey Abhishek, As mentioned by @Rik, use the text function to get the desired outputs. Here are some links to other discussio...

etwa 4 Jahre vor | 0

Beantwortet
The legend box in plot has no colors
Hey Arihant, Although I'm unable to reproduce the error that you mention at my end, I have noticed a few instances where other...

etwa 4 Jahre vor | 1

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

etwa 4 Jahre vor | 0

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

etwa 4 Jahre vor | 1

| akzeptiert

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

etwa 4 Jahre vor | 0

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

etwa 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0

| akzeptiert

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0

Mehr laden