Statistics
RANK
161,914
of 295,638
REPUTATION
0
CONTRIBUTIONS
8 Questions
2 Answers
ANSWER ACCEPTANCE
62.5%
VOTES RECEIVED
0
RANK
of 20,255
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,207
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
Feeds
Question
Huber function matlab plotting with two intervals
Hello, I was trying to write this simple matlab function: rho(eps)=0.5*eps^2 for eps<=k rho(eps)=k*eps-0.5*k^2 for e...
7 years ago | 4 answers | 0
4
answersQuestion
how to threshold a thresholded image?
Hello, I want to ask how to threshold an image at value t1, and then threshold the result at value t2..and how it will appea...
8 years ago | 0 answers | 0
0
answersQuestion
number of arithmetic operations
Hello, I don't know how to calculate the number of arithmetic operations for some case I tried the command flops(0) but i had an...
9 years ago | 1 answer | 0
1
answerQuestion
plot discrete values for many conditions
Hello, I want to plot discrete values "wopt" as a function of lambda( or better log10(lambda)) and for various L=20,30,..10...
9 years ago | 0 answers | 0
0
answersHuber function matlab plotting with two intervals
so the final matlab will be clear all;close all;clc; k=1.345; eps=zeros(6001); f1=zeros(6001); f2=zeros(6001); for i=...
9 years ago | 0
Huber function matlab plotting with two intervals
Is there a way to plot the derivation of this function directly by matlab or we need to do it by hand then apply the result?
9 years ago | 0
Question
ploting 4 graphs for various constant values
Hello, i want to write code for function x=a*exp(b), where b=0:2*pi, 'a' is positive value entered by user. This should be four ...
10 years ago | 1 answer | 0
1
answerQuestion
The greatest common divisor
Hello, I just created function for greatest common divisor of two numbers. I want now to do the same for a whole matrix, tha...
10 years ago | 1 answer | 0
1
answerQuestion
The greatest common divisor
Hello, -I have this matlab code: function [nsd]=NaivniNSD(a,b) if a>b a=a-b; else b=b-...
10 years ago | 1 answer | 0
1
answerQuestion
error in writing an equation
Hello, I was writing this equation in matlab: y=(3sin(x)cos(x))/(sin3(x)+cos3(x)) % of course 3 means power) so i ...
10 years ago | 1 answer | 0