matlab

  1. L

    VBA vs Python vs Matlab

    Hi Someone told me learning Python and Matlab is a must these days. Many job ads are asking for to be good in one of the following: VBA, Python and Matlab!! Which one you think it better to learn? Thank you very much.
  2. N

    Constantly Changing Range

    Hello all Excel Users, Wondering how I might go about achieving the following : I have a link from Matlab 9.5.0.944444 (R2018b) to Excel 2016 and below is a code snippet and explanation of what I am trying to achieve - 1. MLEvalString "AD = wdenoise(AC,5, 'Wavelet'...
  3. J

    Converting a logic in MATLAB to Excel VBA

    I am unable to convert the logic of a MATLAB code to VBA. Any input will be of help. The code is: t=0s=3.14 pi=3.14 coeff1 = 1/(2*pi); coeff2 = 1/(2*s); coeff3 = pi/s; u = 0.5 - rand(); out = -u*s; outNext = out - (coeff1*sin(coeff3*out) + coeff2*out + u) ./ ...
  4. T

    Encoding bold font, font color, filter etc from Matlab to csv

    I am creating a csv file from a Matlab script. Is there a way to inject other than standard font attributes from the script? Like bold fonts, different colors of the fonts, sorting filters etc? Theese attributes is editable when opening the csv in Excel so it should be possible to encode...
  5. M

    Learning VBA like I Learned to Use Matlab

    I learned Matlab before I used Excel VBA. What I learned to rely heavily on when coming up with Matlab scripts is the "Workspace" window, which displayed the declared variables and their current value in memory. This would allow me to investigate the value of variables as the program progresses...
  6. N

    MatLab Conversion to VBA

    Hello group, Ultimately I'm trying to complete a Granger Causality analysis in Excel. Because I'm only slightly familiar with VBA, I need all the help I can get. I found another post on a different forum with a MatLab code and in the comments, the person said that it will easily convert to...
  7. L

    Running a MatLab program from Excel with VBA

    Hi, I'm trying to run my MatLab program called regressionv3 from Excel with the following VBA code: Call RunMatLab(regressionv3) Sub RunMatLab(currPrgm) Dim hMatlab As Object Dim sDir As String, cdsDir As String, s1 As String Dim Result As String Set hMatlab =...
  8. tuncalik

    Is there a VBA add-in for matrix operations?

    Hi all Is there an extensive add-in for VBA/excel for matrix and vector operations? In other words, an add-in with a selection of matlab or R functions? Regards Tunc

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top