Feeds
提问
Replacing strings with varying length and numbers
I want to replace strings in varying length an numeric values. I know that the regexprep function is very powerfull in modifyin...
6 years 前 | 1 个回答 | 0
1
个回答提问
Plot function into subplots
Hey, I have a function which creates a plot. Now I want to run this function multiple times and put each plot into a subplot sl...
6 years 前 | 3 个回答 | 0
3
个回答提问
Loading from Workspace via string
Hey, I am trying to use the load function and point assignement to load data using strings. Currently I am using a code like...
6 years 前 | 1 个回答 | 0
1
个回答已解决
Test if two numbers have the same digits
Given two integers _x1_ and _x2_, return |true| if the numbers written with no leading zeros contain the same digits. That is, t...
7 years 前


