Community Profile

photo

Suzy


Last seen: 3年弱 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Solver
  • Explorer

バッジを表示

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

3年以上 前 | 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...

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

質問


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

3年以上 前 | 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...

3年以上 前 | 0 件の回答 | 0

0

回答