photo

SAM Arani


University of Tehran

Last seen: ungefär ett år ago Active since 2021

Followers: 0   Following: 0

Message

21 July 2000 Electrical Engineering (Communications specialist)

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
23 112
of 300 381

REPUTATION
2

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
1

RANK
 of 20 941

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 477

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Review
  • First Answer

View badges

Feeds

View by

Question


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...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


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...

mer än 3 år ago | 0 answers | 0

0

answers

Answered
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); ...

nästan 5 år ago | 1