已回答
"std::exception" error Matlab kernel in Jupyter
Hello, As of now we dont't support MATLAB kernal in juypter integration. I have brought this issue to the concerned people and ...

3 years 前 | 0

已回答
Pulse train with multiple bandwidth
Hi, The function gauspuls can be used to generate Gaussian pulses. According to the script provided, you are generating sinusoi...

3 years 前 | 0

已回答
Antenna array designer app, can't simulate more than 4x1 array
Hello, The lack of response and progress is due to the large mesh. The structure is discretized into triangles (for the surface...

3 years 前 | 0

已回答
How to plot 3D of 3D dataset and using evalfis function?
Hello, Please visit this documentation link to know more about types of plots available. In my view you can also try using the...

3 years 前 | 0

已回答
Can't properly undock the Command History Window (on a MacBook)
Hello, Please refer this community answer for your support. Hope it helps

3 years 前 | 0

| 已接受

已回答
how to write the code using for loop?
Hello, To learn about MATLAB (Basics), please visit the MATLAB Onramp. Also, please take a look at this community answer to l...

3 years 前 | 0

已回答
Neural network (edit, text, pushbutton)
Hello, To my understanding you are trying to build a neural network with 5 inpurs and one output. I have created a dummy code b...

3 years 前 | 0

已回答
Matlab Drive Connector start/stop in Ubuntu
Hello, There should be a shortcut in your home directory, so the following should work from a terminal: To check whether MATL...

3 years 前 | 1

已回答
hello, i have a mixed 297 spreadsheet of output classification data like 0, 1 and 2 , i want to change it 100, 010 and 001 respectively with some matlab command.thanks
Hello, To my understanding, you want to replace the 0,1,2 with 100, 010 and 001 respectively. I am assuming that the numbers to...

3 years 前 | 0

已回答
How to concatenate multiple mat files into a single cell array
Hello, Please refer to this Answer on the community to automate the file loading procedure. For more information on using cat, ...

3 years 前 | 0

| 已接受

已回答
System Failure and Monte Carlo Simulation
Hello, Given that the probabilities of failure are A=0.01, B=0.04, C=0.06, D=0.03. We calculate the probability that none of th...

3 years 前 | 0

| 已接受

已回答
How to draw a graph from this table
Hello, You can start by reading data from excel by using readtable. You can find more information about readtable here. To dra...

3 years 前 | 0

| 已接受

已回答
Trying to open .ras image.
Hello, Generally, the inbuilt imread function is used to open .ras files as it supports the SUN Raster file format. The exact ...

3 years 前 | 0

已回答
How can I see the details of the 'computeFinDiffGradAndJac' function?
Hello, You won't find any documentation or info on .p files. Basically, when you call a MATLAB function from the command line ...

3 years 前 | 0

已回答
smooth vs smoothdata functions
Hello, These are very similar codes, doing similar things.Smooth was introduced in 2006, and smoothdata in 2017. Smoothdata is ...

3 years 前 | 0

已回答
Amplitude Modulation with square wave message signal
Hello, Please refer to this answer on the community for how to build a square wave message signal. Hope it helps.

3 years 前 | 0

已回答
Error Plotting a function - Matrix Dimensions must agree
Hello, The error occurs because the matrix you are trying to multiply are not compatible with each other for multiplication du...

3 years 前 | 0

| 已接受

已回答
Login information asked every sesion Matlab Drive Connector
Hello, MATLAB Connector now stores the user credentials secured using the system keychain. There are a few things that could ha...

3 years 前 | 0

已回答
Using Matlab in a mobile application ... how do I run a matlab exe or equivalent that my mobile app and input data and get output?
Hello, One option is to use MATLAB Coder, which generates C code from your MATLAB algorithm. You can then integrate the genera...

3 years 前 | 0

已回答
How to use finite difference to find slope for a function?
Hello, I have used forward finite difference approximation to design the following code for the purpose. h=0.1; % step's size ...

4 years 前 | 0

已回答
How to extend the graph from a limited range of data to the axis
Hello, To extrapolate a curve, you need to have any 2 of the following: The equation of the curve itself (using which the plot...

4 years 前 | 0

已回答
How to determine peaks of an analog signal from Arduino ?
Hello, You can read the signal from aurdino. I have attached the code below. c=60; while(c>0) c=c-1; readvalue = read...

4 years 前 | 0

已回答
I am trying to plot poisson density fit to my data x. but it doesnt seem to give the right results
Hello, It didnt work because Poisson distribution is a discrete probability distribution of the number of events occurring in a...

4 years 前 | 0

已回答
Slow startup of application in App Designer
Hello, Please refer to the following MATLAB answers. https://www.mathworks.com/matlabcentral/answers/493646-matlab-app-designe...

4 years 前 | 0

已回答
How to make a loop run multiple times for different values of a variable.
Hello, You can use functions here to solve the problem. I am attaching the code to assit you with it. x = 1; y = 2; z = 3; ...

4 years 前 | 0

已回答
how i can find 1 kHz sinusoidal disturbance of V rms =0.1V?
Hello, Assuming you want to create a disturbance of 1 kHz sinusoidal disturbance, please refer to the code below. t=0 : 0.0001...

4 years 前 | 0

已回答
Plot the feasible region for linear programming
Hello, Please refer to this file exchange here. Hope it helps.

4 years 前 | 0

已回答
Error using DynamicSystem/lsim
Hello, This error occurs when the number of rows in 'u' is not equal to number of rows in 't'. Please refer to the documentatio...

4 years 前 | 0

已回答
Different amplitude scales when recording two same mics simultaneously
Hello, The difference in amplitude might be because of distance between the source of sound and the microphones. Also, it migh...

4 years 前 | 0

| 已接受

已回答
Feed representation for pcbstack antenna (or any other antenna)
Hello, Please note that the red sphere is just for the representation purpose. The feed is set on a layer, it means that you ar...

4 years 前 | 0

| 已接受

加载更多