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 ...
7年弱 前 | 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; ...
my own DCT2 and IDCT2 Solved
@Edit here is working code maybe someone will need it :) %% fdct2 function [ F ] = YUV2FDCT( f ) N=8; ...
約7年 前 | 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...
約7年 前 | 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 ...
約7年 前 | 1 件の回答 | 0
1
回答質問
Changing variable (properties in class) by method
classdef ClassName properties PropertyName end methods function [obj ] = ClassName() obj.P...
約7年 前 | 1 件の回答 | 1

