已回答
Error when saving a work space
Hello Marcus, As a workaround, try using the 'v7.3' flag from the command window while using "save". Large files require using...

4 years 前 | 1

| 已接受

已回答
I need help please As soon as you can
To echo with what's already mentioned on this thread, "for" is a reserved keyword in MATLAB, we cannot use this as another varia...

4 years 前 | 0

已回答
writing a skript on matlab
in = 0:100; % Create an array of numbers from 0 to 100 out = in( (mod(in,2)~=0) & (in~=50)) % Out contains numbers that are not...

4 years 前 | 0

已回答
fprintf 안에 있는 두번때 i 역할이 뭔지 궁금합니다.
Hello! The "%i" in you code is the format specifier that determines the output format in which "fscanf" will write the data tha...

4 years 前 | 1

| 已接受

已回答
FFT from CSV data
Hey Harith, Adding to @StarStrider's points, when you're able to fix the input data, you can import this Excel sheet into a ta...

5 years 前 | 0

已回答
Create Small Neighborhood of image
Hello Yohanes, val = imread(' ... '); % Your input matrix/image [xCoOrd, yCoOrd] = [ ... ] % Co-Ordinates of the center pixel...

5 years 前 | 0

| 已接受

已回答
How can I correlate two images excluding a specific value?
Hey Ariana, A simple workflow would be - Crop the two images appropriately to exclude the dark areas (with intensity values 0...

5 years 前 | 0

已回答
Error Showing in my code... Please correct it It is showing matrix dimension must agree in s2
Hello Pulkit, According to your description, in the line, s2=s1-tst; The error you get is pretty clear - the matrices that y...

5 years 前 | 0

已回答
trainNetwork RESHAPE error line 170
Hello Elaine, The code that you have written fails in the input validation phase of trainNetwork. The output size of the net...

5 years 前 | 0

已回答
설치후 실행이 되지않아요 . 에러코드9
Hello Hyeong, The snip that you attached indicates that you have an issue with the Host ID/username, probably because you migh...

5 years 前 | 0

已回答
Software Exception!!!
Hello Yang, It seems like your installation might not have been completed fully. Try re-installing MATLAB. This comprehensive ...

5 years 前 | 0

| 已接受

已回答
Matlab very slow response
Hello Robin, This is a link to the System Requirements to install and run MATLAB on your PC - https://www.mathworks.com/supp...

5 years 前 | 0

已回答
How to save imshowpair figure using imwrite?
Hey Kirsty, Since imshowpair returns class matlab.graphics.primitive.Image, imwrite cannot be used directly. Instead, you can ...

5 years 前 | 0

已回答
Purchasing 5G toolbox for my Student License
Hello Christopher, To purchase additional toolboxes for use with the Student License of MATLAB, refer to the answer here. Link...

5 years 前 | 0

已回答
Simulink could not detect an installed compiler though MATLAB Support for MinGW-w64 C/C++ Compiler installed
Hi Han, It seems like you do have a compiler installed. Here's a link to an answer that resolves the same issue that you des...

5 years 前 | 0

已回答
Live stream gopro into matlab
Hey! To connect your GoPro to MATLAB, you can use the ipcam object. Further description is provided here in this Answer. Furth...

5 years 前 | 0

| 已接受

已回答
How to publish results from MATLAB script with Greek letters and differentiation notation.
Hey Marko, In addition to @Isakson's note, these write-ups could be of use to you - Publishing LaTeX equations in MATLAB com...

5 years 前 | 0

| 已接受

已回答
Find indices of the lowest neighbour in matrix
Hello Morten, Use a combination of find and min functions to get the output - matVal = [ .. ]; % Enter your input matrix her...

5 years 前 | 0

已回答
how to multiply two columns with hexadecimal data in a table
Hello, Use the MATLAB function hex2dec to convert text representation of a hexadecimal number into a decimal number first. Aft...

5 years 前 | 0

| 已接受

已回答
Error when publish a simple code
Hey Seereen, Here are some possible workarounds to the problem you're facing - https://www.mathworks.com/matlabcentral/answe...

5 years 前 | 0

已回答
Given the row value of a specific variable in a table, find the corresponding row index.
Hello Yee, Geoff's answer is spot on. If you were to put his idea into code, it would look something like this - index = fin...

5 years 前 | 1

| 已接受

已回答
Index of value exceeding threshold for each row
Hello Boris, This simple approach could solve the problem - values = [ 1 4 7 19 23 60 79 81 100 90 57 43; 2 5 7 20 51 77 84 ...

5 years 前 | 0

已回答
Help converting an array to a matrix with 5 columns
Hey James, From the description you've provided, this could be a possible solution - (To echo @James' notes, if the variable...

5 years 前 | 0

已回答
How to pass images to a cnn for analysis?
Hey Teshan, After you train a neural network for deep learning using trainNetwork into net, follow this procedure: Use the fu...

5 years 前 | 1

| 已接受

已回答
Deployment the R-CNN to Raspberry or any other embadded device
Hello Abdussalem, MATLAB offers support to work with Deep Learning Algorithms and deploying them on embedded hardware. Here ar...

5 years 前 | 0

已回答
LQR online documentation problem
Hello Slavka, I have brought your suggestions to the notice of our developers, they may investigate this matter further.

5 years 前 | 0

已回答
Two different scale x axis
Hey Zihan! There's no ready-to-use function in MATLAB that supports what you're asking, but there are certainly some workaround...

5 years 前 | 0

已回答
Can I upload an image to a problem that I create in cody?
Hey! Yes, you can add images to the questions that you create on Cody. You can embed the link (from the Web, or your Drive loca...

5 years 前 | 0

已回答
help with notch image filter
Hi Elad! This link may be of help to you - https://www.mathworks.com/matlabcentral/answers/317402-how-to-create-a-notch-filte...

5 years 前 | 0

已回答
Markers and text in legend appear misaligned
Hey Benedict! I tried to reproduce the issue on MATLAB R18b, and am unable to notice any discrepancy. The performance is as exp...

5 years 前 | 0

加载更多