Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
17 views

I am using matlab's pde toolbox and setup a geometry for femodel like this: gd = [3 4 0 1 1 0 0 0 1 1]'; % Example: A simple square sf = 'S1'; ns = ('S1')'; [g,bt] = decsg(gd, sf, ns) fe = femodel(...
MiB_Coder's user avatar
  • 937
1 vote
0 answers
21 views

I am using the Acoustics Toolbox from OALib in Matlab, from the link below: https://oalib-acoustics.org/models-and-software/acoustics-toolbox/ I go to the HTTP site and the source code and binaries ...
user21764386's user avatar
1 vote
0 answers
40 views

I want to calculate a solution with Mittag_Leffler function in in Matlab or Mathematica. $f(p) = \sum\limits_{k=0}^{\infty} (v/D)^k L^{(\alpha-1)k+\alpha-3} E^{k+1}{\alpha,(\alpha-1)k+\alpha-2}(-p/D L^...
Jacques's user avatar
  • 11
Best practices
2 votes
3 replies
62 views

Matlab has two ways how to store strings; either as character array foo='the text' or as a string array bar="the text". The problem starts when one tries to concatenate the arrays vertically,...
Crowley's user avatar
  • 2,341
1 vote
0 answers
33 views

I have three time series of data with different variables- Var1, Var2, and Var3. Although the length of all these data sets is different, their start and end times are the same. Consequently, one can ...
sreeraj t's user avatar
  • 2,747
3 votes
1 answer
62 views

In recent Matlab versions (I am using R2024b), when you hover or click on a line plotted on some axes it produces a data tip, which is a rectangle indicating the numerical values at that point. I ...
Luis Mendo's user avatar
  • 113k
Tooling
0 votes
1 replies
29 views

I have plotted a trajectory curve in Matlab figure using my code. I need to achieve arrow heads in the matlab figure showing the direction of the uav trajectory. Exactly like in the picture. Could you ...
Oğuz Keklikci's user avatar
Best practices
0 votes
2 replies
37 views

I am sourcing through multiple excel files for data analysis and plotting. For each testing profile/cycle, a numeric array of different units is compiled. After completion, I concatenate the current ...
Ryan Paye's user avatar
1 vote
0 answers
42 views

After installing MATLink, I tried the running the following cells in Mathematica: Needs["MATLink`"] OpenMATLAB[] and MEvaluate["mat = magic(4)"] But nothing showed up in the ...
Will Maud's user avatar
3 votes
1 answer
78 views

I've been trying to run a function three times that plots 2 sub-plots (6 plots total) onto on singular figure. So I've got a function that reads in a dataset and a manipulator, then manipulates it in ...
Harlot_Quinn's user avatar
0 votes
0 answers
54 views

I have a stl file which I imported in the Blender software. After importing it and some processing the stl file looks like as follows After that I export the picture as a .ply file and try to display ...
Encipher's user avatar
  • 3,506
1 vote
0 answers
141 views

The specific Experiment Manager of interest is here https://www.mathworks.com/help/matlab/ref/experimentmanager-app.html. Other related documentation is specifically for AI, but I am interested in ...
ngc1300's user avatar
  • 180
4 votes
1 answer
268 views

I am using spectral method to solve an ordinary differential equation. The following R code and the MATLAB code are completely the same. But the R code gets explode (the u value it solved would become ...
Asigan's user avatar
  • 215
1 vote
1 answer
73 views

I am trying to use the two-sample ttest in the spm1d MATLAB package. I have watched the tutorial videos on Youtube and know how to run tests similar to what's shown in those videos. I am wondering if ...
od4's user avatar
  • 11
Advice
1 vote
4 replies
79 views

The command help size shows that: [M1,M2,M3,...,MN] = size(X) for N>1 returns the sizes of the first N dimensions of the array X. If the number of output arguments N does not equal NDIMS(...
M. Saamin Rahman's user avatar

15 30 50 per page
1
2 3 4 5
6309