Relative Content

Tag Archive for pythonmatlab

temperature monitoring system with real time using matlab and python

I have a machine learning model python code it is given next second predicted temperature. i want to add that temperature to the matlab simulink as a input in real time. when the python code is running matlab simulink is also running with python output value.
how can i do it

opening .fif file format in matlab

I have downloaded some files for my university project. It contains fif and Nii formats. I want to open in Matlab or python. I searched the internet but it didn’t help me much. I’m having trouble opening the files. please help, thank you.

which ML model to use?

i have a parameter alpha, and two dependents on that lets say A and B. the relations are very complex and i just want to work with their values as in NN. for different values of alpha , A and B can have values from 0.001 to 1. i have table of values of A and B for alpha ranging from 0 to 1 in steps of 0.05 say. i want to find the best alpha for which A and B are within 1/2 or 1/3 range of each other . A less than or equal to 1/2 of B like that or vice versa. how can i find the best alpha? what ML model i must use?

how to read .dbl data format of aeolus satellite data

I cant able to read the data, because the data format quite different and used so many code it showing permission required but i checked in properties of that data which have full control of editing and reading the data

Running a Python function in MATLAB

I have this python script that contains several functions. I want to run this script in MATLAB and save the outputs Xprw, Yprw, Kprw in MATLAB. I am new to PYTHON and I do not know how to do it. Any suggestion is appreciated

Loadmat does not load the whole mat file

I am loading a matlab file into Python using loadmat.
I noticed I was missing some samples of my data.
The data in python are 89823 samples long, in Python only 83741. There might be nan but I do not get rid of them at this stage.
I am only loading the data, without any interpolation/processing.