photo

SAM Arani


University of Tehran

Last seen: 1 día hace Con actividad desde 2021

Followers: 0   Following: 0

Mensaje

21 July 2000 Electrical Engineering (Communications specialist)

Estadística

  • Thankful Level 1
  • First Review
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


Trace variables of a function when executing
I have a matlab UI and it is desired to update the progressbar of this UI based on a variable which is being used in a running c...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Facing Error in CVX_matlab log_normcdf() function
in MATLAB Version: 9.12.0.1884302 (R2022a) Using CVX_Matlab: CVX: Software for Disciplined Convex Programming (c)2014 CV...

alrededor de 2 años hace | 0 respuestas | 0

0

respuestas

Respondida
lagrange interpolation, .m
%% Lagrangian interpolation clear;clc;close all; X=[-3 -2.5 -1 0 2 3.75 4.25 7]; Y=(sqrt(1+abs(X))); xq=min(X):0.1:max(X); ...

más de 3 años hace | 1