Feeds
提问
How to make this code convertible for Matlab Coder
I am converting matlab to cpp with Matlab coder. I know that Mat object arrays aren't supported for matlab convertion and there...
5 years 前 | 0 个回答 | 0
0
个回答已解决
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
5 years 前
已解决
Deleting an element in a matrix
For vector Grades=[98 56 78 34 100 88 87], delete the number 78 to get the following matrix Grades=[98 56 34 100 88 87] **re...
5 years 前
已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
5 years 前
提问
MatConvNet error on vl_compilenn on GPU
I have Matlab R2020a on win10_x64 OS Visual Studio 2019 Cuda 11.1, the latest cudnn matconvnet-1.0-beta25 I am trying to...
5 years 前 | 0 个回答 | 1
0
个回答提问
Import large C++ project into Matlab
I have a C++ console application with lots of classes, and external dependencies, and I want to integrate it with Matlab project...
5 years 前 | 0 个回答 | 0

