Kentman - MATLAB Central
photo

Kentman


2014 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 07/14 to 04/25Use left and right arrows to move selectionFrom 07/14Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 質問
2 回答

ランク
162,746
of 298,180

評判
0

コントリビューション
8 質問
2 回答

回答採用率
62.5%

獲得投票数
0

ランク
 of 20,546

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,541

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


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年以上 前 | 4 件の回答 | 0

4

回答

質問


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

9年弱 前 | 0 件の回答 | 0

0

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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

約10年 前 | 0 件の回答 | 0

0

回答

回答済み
Huber 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=...

約10年 前 | 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?

約10年 前 | 0

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答