photo

Pawel Gagatek


ZUT

自 2018 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


rosenblatt perceptron linear version ( done )
% I had problem with rosenblatt perceptron but i solved it :) clc clear all; close all; I = 1000; % number of class ...

5 years 前 | 0 个回答 | 0

0

个回答

已回答
my own DCT2 and IDCT2 Solved
@Edit here is working code maybe someone will need it :) %% fdct2 function [ F ] = YUV2FDCT( f ) N=8; ...

6 years 前 | 0

| 已接受

提问


my own DCT2 and IDCT2 Solved
Hey guys i am trying to make my own DCT2 and IDCT2 for school but i can't find any error -> this is how i checked that it is n...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Changeing vertical numeric to horizontal string
I want to transofm B which is numeric ( double ) to C which is string i know i have to transorm it to string and then? I used ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Changing variable (properties in class) by method
classdef ClassName properties PropertyName end methods function [obj ] = ClassName() obj.P...

6 years 前 | 1 个回答 | 1

1

个回答