已回答
Neural Network: N number of numeric inputs and M number of Numeric ouptus
Hi, You can follow the below links which contains the example of training network with numeric features. https://www.mathworks...

3 years 前 | 0

已回答
Selecting Specific Tab in spreadsheet
Hi, You can try using sheetnames or xlsfinfo function instead of importdata for reading data out of different tabs. Template c...

3 years 前 | 0

已回答
2 while loops one after the other
Hi , In the first while loop you have used the variable name 'it' for calculating the iterations and in the second while loop ...

3 years 前 | 0

已回答
Optimizing over three variables
Hi, Global Optimization Toolbox provides functions that search for global solutions to problems that contain multiple maxima o...

4 years 前 | 0

| 已接受

已回答
Interp2 usage with Coordinates
Hi, As a workaround, use in-built function 'griddedInterpolant' to achieve the same goal. As an demonstration, refer to the fo...

4 years 前 | 0

| 已接受

已回答
How to draw a line on a image (result of data plotting) and get the data crossed by the line? like a cross section.
Hi, if you want to do cross section on images from dataset . You can try writting a for loop in below manner. OutputFolder = '...

4 years 前 | 0

已回答
setting-up input variable in genetic algorithm
Hi, You can try using optimoptions for genetic algorithm where you can many options for passing extra parameters either in form...

4 years 前 | 0

已回答
Error using + Matrix dimensions must agree. I want to find the value of Mt. Kindly help me clear the error.
Hi, You can try declaring and defining variables like u and Mt to see if the code is working . Error is occuring due to variabl...

4 years 前 | 0

已回答
pos argument in steervec function
Hi, As you are trying to create a steering vector based on speech signal .Hence here incoming signal being speech signal with f...

4 years 前 | 0

| 已接受

已回答
vpasolve not finding solutions (multiple variables in matrix form)
Hi, Alternatively you can try using solve function instead of vpasolve which solves your problem. please refer the below link ...

4 years 前 | 0

已回答
GIF in steganography in matlab
Hi, To make a display for GIF frame with a read function the code looks like below allframedata = imread('YourFile.GIF', 'fram...

4 years 前 | 0

已回答
calling the Jetson.GPIO Python library from Matlab
Hi, You can follow the below links containing documenation to call python library from matlab https://github.com/NVIDIA/jetson...

4 years 前 | 1

已回答
problem with fzero func
Hi, The error 'Function values at interval endpoints must be finite and real.' could be due to because some of input data could...

4 years 前 | 0

| 已接受

已回答
MODIFY LEGEND IN LINEAR REGRESSION
Hi, Instead of inserting of legend function to modify data1" in "error bar" , you can specify the legend labels using the Disp...

4 years 前 | 0

已回答
Random maze solving algorithm with matrix
Hi , you can refer the following link https://www.mathworks.com/matlabcentral/fileexchange/27175-maze_solution which consis...

4 years 前 | 0

已回答
Algorithm for Viterbi Decoding
Hi, You can refer below link provided . https://www.mathworks.com/help/comm/ref/vitdec.html and check for the references. 1]...

4 years 前 | 0

已回答
Curve Fit plotting error.
Hi, https://www.mathworks.com/help/matlab/ref/semilogx.html#bu8f1pj Using a 'hold on' before 'semilogx' can generally be the r...

4 years 前 | 0

已回答
How do I generate grt code with a global parameter in the Index of the Selector
Hi , To initialize variable first you can - 1)open the model explorer 2)Go to Model Workspace 3)choose matlab code from data...

4 years 前 | 0

已回答
Error with phaseNoiseMeasure command
Hi, the above error is occuring because the values of x and y which is accessed using dataObjs(1).XData and dataObjs(1).YData...

4 years 前 | 0

已回答
Importing large VRML file (6 gig) for TREEQSM
Hi, Please try using vrworld instead of read_vrml to load .wrl file and check if it works. https://www.mathworks.com/help/sl3d...

4 years 前 | 0

已回答
Undefined function or variable 'clibgen'.
Hi, The feature you are trying to use is release in matlab R2019a and you are trying to use clibgen function in matlab R2018b ...

4 years 前 | 0

已回答
How to use only GPGGA strings from a .csv file?
Hi, You can try using csvread or textscan example - 1) data=csvread('yourfile.csv'); if strfind('$GPGGA') == 1 gps_data =...

4 years 前 | 0

已回答
I have a problem on my Mac with running the asbQuadcopter Simulink program I get the following error even though i installed everything
Hi, The example 'asbQuadcopterStart' given at https://www.mathworks.com/help/releases/R2020a/aeroblks/quadcopter-project.html,...

4 years 前 | 0

| 已接受

已回答
Pixy1 integration with MATLAB?
Hi, As a possible workaround You can always connect Cam directly to Arduino, Raspberry Pi Then you can create a camera board...

4 years 前 | 0

已回答
How to update value when working with SQlite database?
Hi, exec(conn,sqlquery) performs database operations on an SQLite database file by executing the SQL statement SQL query for t...

4 years 前 | 0

| 已接受

已回答
Creating an array with constant denominators
Hi, For the output to stay in the format “(X2 * 2 * p) / d” . You can use the “displayFormula” function from Symbolic Math t...

4 years 前 | 0

已回答
Slow startup in VPN
Hi, In some instances, customers have reported that the anti-virus application which was working in the background, was slowing...

4 years 前 | 0

已回答
The size of the indicated variable or array appears to be changing with each loop iteration.
Hi, 1. What does this warning mean? This code is correct in terms of syntax and it will execute correctly returning the expect...

4 years 前 | 0

已回答
read function intputs into cell array
Hi, This is to my understanding that you want to get function inputs as a cell array instead of mentioning each arguments speci...

4 years 前 | 0

已回答
It is possible to get my files if my online trial has expired
Hi, This is to my understanding that your MATLAB online trial has expired and you want to access your files. The file changes w...

4 years 前 | 0

加载更多