Matlab to Scilab codings.
Please go through the following link also
https://help.scilab.org/doc/5.5.2/en_US/About_M2SCI_tools.html
and
https://help.scilab.org/doc/5.3.3/en_US/section_c592a9ecd0ed2b4d08f8a4de718ee9aa.html
you can find interesting the function mfile2sci that is Matlab M-file to Scilab conversion function. some tips at this url:
https://help.scilab.org/doc/5.5.2/en_US/mfile2sci.html
It is not working Sir. It says error.
Please find the file attached.
Hi
I advice you to see these documents. You will find what you need.
Best regards
https://help.scilab.org/docs/5.3.1/fr_FR/mfile2sci.html
https://help.scilab.org/doc/5.3.3/en_US/matfile2sci.html
Hello Folks, Suppose I have an excel of 3 rows, however it has 100 columns. I need to pull out the last 5 values in the rows. A1 = 100 B1 = 99 .... CV1 = 1 I need to be able to pull 1 2 3 4...
11 December 2018 6,056 1 View
And Also deduce the coefficient of skewness of X. The coefficient of skewness of random variable Y with mean U and variance >0, is E((Y-U)^3)/sigma^3
08 September 2016 7,748 0 View
How can it be changed?
06 July 2016 330 5 View
Implementing in Scilab.
01 February 2016 9,348 0 View
function f=script(x) f= 60 + sum((x.^2)-10*cos(2*%pi.*x));endfunctionclearlines(0) objective='script' // the objective function filewmax=0.9; // initial inertiawmin=0.4; // final inertiaitmax=200;...
31 December 2015 1,009 2 View
Well I managed to prove the symmetry. d(x,y) = sqrt ( (x1 - y1)^2 + (x2-y2)^2 ) for all x,y in R^2 x= (x1,y1) y=(x2,y2)
02 March 2014 8,352 3 View
Python
07 August 2013 6,687 7 View
I need to model an anisotropic material in which the Poisson's ratio ν_12 ≠ ν_21 and so on. Therefore, the elastic compliance matrix wouldn't be a symmetric one. In ANSYS APDL, for TB,ANEL...
09 August 2024 5,048 2 View
Request Python code from this article : Gender equity of authorship in pulmonary medicine over the past decade. THANKS!
08 August 2024 6,242 2 View
Visual Studio Code (VS Code) has become a popular choice among developers for several reasons: 1. **Free and Open Source**: VS Code is free to use and open source, making it accessible to...
07 August 2024 7,013 4 View
I need the python code to forecast what crop production will be in the next decade considering climate and crop production variables as seen in the attached.csv file.
05 August 2024 2,977 3 View
I am new to Micromechanics and having similar problem with understanding the implementation of the formula's. I would appreciate if anyone can guide me on how to go about getting a scalar value...
30 July 2024 969 0 View
Please, what is the memory consumption of the Matlab function quad tree decomposition procedure [S = qtdecomp(I)] with respect to the input set I?
27 July 2024 5,455 2 View
all math can be traversed by code? all math can be translate to code?
26 July 2024 9,530 0 View
Hello, I am a research scholar currently working on a project involving image segmentation, and I am interested in using differential evolution for this purpose . I would greatly appreciate it if...
25 July 2024 9,926 1 View
Currently, I have created a gate-all-around process using sentaurus tcad and I am trying to measure the noise using the cmos noise code. However, an error occurred during the simulation. The error...
24 July 2024 6,352 0 View
Hello!!! I want to implement the Swerling characteristics functions (CF) directly in MATLAB without using its Fourier integral pairs...the Swerling CFs are actually Laplace Transform of the signal...
23 July 2024 4,925 1 View